summaryrefslogtreecommitdiffstats
path: root/webapp/i18n
diff options
context:
space:
mode:
authorSaturnino Abril <saturnino.abril@gmail.com>2017-07-25 21:55:21 +0800
committerGitHub <noreply@github.com>2017-07-25 21:55:21 +0800
commit6418e912df647d38e22b75adc668824c7375073a (patch)
tree60b739f063bb7a74b5ea5dae8c0ff7046e9657c7 /webapp/i18n
parent345dd400bbe2f41c45b08dc06e3199c900361fff (diff)
downloadchat-6418e912df647d38e22b75adc668824c7375073a.tar.gz
chat-6418e912df647d38e22b75adc668824c7375073a.tar.bz2
chat-6418e912df647d38e22b75adc668824c7375073a.zip
[PLT-7219] Fix username as default for Teammate Name Display setting (#7023)
* fix username as default for Teammate Name Display setting * update localizeMessage at UsersAndTeamsSettings
Diffstat (limited to 'webapp/i18n')
-rwxr-xr-xwebapp/i18n/en.json8
1 files changed, 2 insertions, 6 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index 9f0980175..d91c40aa2 100755
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -904,9 +904,9 @@
"admin.team.restrictTitle": "Restrict account creation to specified email domains:",
"admin.team.restrict_direct_message_any": "Any user on the Mattermost server",
"admin.team.restrict_direct_message_team": "Any member of the team",
- "admin.team.showFullname": "Show first and last name (default)",
+ "admin.team.showFullname": "Show first and last name",
"admin.team.showNickname": "Show nickname if one exists, otherwise show first and last name",
- "admin.team.showUsername": "Show username",
+ "admin.team.showUsername": "Show username (default)",
"admin.team.siteNameDescription": "Name of service shown in login screens and UI.",
"admin.team.siteNameExample": "E.g.: \"Mattermost\"",
"admin.team.siteNameTitle": "Site Name:",
@@ -2241,10 +2241,6 @@
"user.settings.display.nameOptsDesc": "Set how to display other user's names in posts and the Direct Messages list.",
"user.settings.display.normalClock": "12-hour clock (example: 4:00 PM)",
"user.settings.display.preferTime": "Select how you prefer time displayed.",
- "user.settings.display.showFullname": "Show first and last name",
- "user.settings.display.showNickname": "Show nickname if one exists, otherwise show first and last name",
- "user.settings.display.showUsername": "Show username (default)",
- "user.settings.display.teammateNameDisplay": "Teammate Name Display",
"user.settings.display.theme.applyToAllTeams": "Apply new theme to all my teams",
"user.settings.display.theme.customTheme": "Custom Theme",
"user.settings.display.theme.describe": "Open to manage your theme",