summaryrefslogtreecommitdiffstats
path: root/web/static
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-03-03 15:14:10 -0500
committerChristopher Speller <crspeller@gmail.com>2016-03-03 15:14:10 -0500
commitbc2768fd254e82b6ca39a916436ab4747898578e (patch)
treeac0818a121e056f75e1b6613103c969af21c1b0c /web/static
parent32034c1401c39262cfd95efb6119782d0562d688 (diff)
parent3b8376b76d53e1444f94bcf9f83fc6fed5f6753b (diff)
downloadchat-bc2768fd254e82b6ca39a916436ab4747898578e.tar.gz
chat-bc2768fd254e82b6ca39a916436ab4747898578e.tar.bz2
chat-bc2768fd254e82b6ca39a916436ab4747898578e.zip
Merge pull request #2326 from hmhealey/plt2000
PLT-2000 Changed language setting submit button to match other settings
Diffstat (limited to 'web/static')
-rw-r--r--web/static/i18n/en.json1
-rw-r--r--web/static/i18n/es.json1
-rw-r--r--web/static/i18n/pt.json3
3 files changed, 1 insertions, 4 deletions
diff --git a/web/static/i18n/en.json b/web/static/i18n/en.json
index dc4633594..ce379e49c 100644
--- a/web/static/i18n/en.json
+++ b/web/static/i18n/en.json
@@ -1228,7 +1228,6 @@
"user.settings.integrations.outWebhooks": "Outgoing Webhooks",
"user.settings.integrations.outWebhooksDescription": "Manage your outgoing webhooks",
"user.settings.integrations.title": "Integration Settings",
- "user.settings.languages": "Set language",
"user.settings.languages.change": "Change interface language",
"user.settings.modal.advanced": "Advanced",
"user.settings.modal.confirmBtns": "Yes, Discard",
diff --git a/web/static/i18n/es.json b/web/static/i18n/es.json
index 026d8eec6..2cf58dfb2 100644
--- a/web/static/i18n/es.json
+++ b/web/static/i18n/es.json
@@ -1228,7 +1228,6 @@
"user.settings.integrations.outWebhooks": "Webhooks de salida",
"user.settings.integrations.outWebhooksDescription": "Administra tus webhooks de salida",
"user.settings.integrations.title": "Configuraciones de Integración",
- "user.settings.languages": "Cambiar Idioma",
"user.settings.languages.change": "Cambia el idioma con el que se muestra la intefaz de usuario",
"user.settings.modal.advanced": "Avanzada",
"user.settings.modal.confirmBtns": "Sí, Descartar",
diff --git a/web/static/i18n/pt.json b/web/static/i18n/pt.json
index 1088c961c..cd718e01b 100644
--- a/web/static/i18n/pt.json
+++ b/web/static/i18n/pt.json
@@ -1228,7 +1228,6 @@
"user.settings.integrations.outWebhooks": "Webhooks Saída",
"user.settings.integrations.outWebhooksDescription": "Gerencie seus webhooks saída",
"user.settings.integrations.title": "Configuração de Integração",
- "user.settings.languages": "Definir idioma",
"user.settings.languages.change": "Alterar o idioma da interface",
"user.settings.modal.advanced": "Avançado",
"user.settings.modal.confirmBtns": "Sim, Descartar",
@@ -1288,4 +1287,4 @@
"view_image_popover.download": "Download",
"view_image_popover.file": "Arquivo {count} de {total}",
"view_image_popover.publicLink": "Obter O Link Público"
-} \ No newline at end of file
+}