summaryrefslogtreecommitdiffstats
path: root/webapp/i18n
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-03-17 10:43:08 -0400
committerHarrison Healey <harrisonmhealey@gmail.com>2016-03-17 10:43:08 -0400
commit93101331bfe146b14fb02e7f57f1e334734878b4 (patch)
tree15c83a2ad70d81abc4572dfb4f601b08c626f052 /webapp/i18n
parent927c2dbfecaad12f28d294fe9575b660d19293b9 (diff)
downloadchat-93101331bfe146b14fb02e7f57f1e334734878b4.tar.gz
chat-93101331bfe146b14fb02e7f57f1e334734878b4.tar.bz2
chat-93101331bfe146b14fb02e7f57f1e334734878b4.zip
Changed 'show username' display text to be more accurate
Diffstat (limited to 'webapp/i18n')
-rw-r--r--webapp/i18n/en.json2
-rw-r--r--webapp/i18n/pt.json4
2 files changed, 3 insertions, 3 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index bb1f05c23..44c2636ba 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -1174,7 +1174,7 @@
"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 (team default)",
+ "user.settings.display.showUsername": "Show username (default)",
"user.settings.display.teammateDisplay": "Teammate Name Display",
"user.settings.display.theme.customTheme": "Custom Theme",
"user.settings.display.theme.describe": "Open to manage your theme",
diff --git a/webapp/i18n/pt.json b/webapp/i18n/pt.json
index 0d8e5f4cb..17ffe1b16 100644
--- a/webapp/i18n/pt.json
+++ b/webapp/i18n/pt.json
@@ -1174,7 +1174,7 @@
"user.settings.display.preferTime": "Selecione como você prefere que a hora seja mostrada.",
"user.settings.display.showFullname": "Mostrar primeiro e último nome",
"user.settings.display.showNickname": "Mostras apelidos se um existir, caso contrário mostrar o primeiro e último nome",
- "user.settings.display.showUsername": "Mostrar nome de usuário (equipe padrão)",
+ "user.settings.display.showUsername": "Mostrar nome de usuário (padrão)",
"user.settings.display.teammateDisplay": "Nome de Exibição da Equipe de Trabalho",
"user.settings.display.theme.customTheme": "Tema Customizado",
"user.settings.display.theme.describe": "Abrir para gerenciar seu tema",
@@ -1313,4 +1313,4 @@
"web.footer.terms": "Termos",
"web.header.back": "Voltar",
"web.root.singup_info": "Toda comunicação em um só lugar, pesquisável e acessível em qualquer lugar"
-} \ No newline at end of file
+}