summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2016-06-24 11:08:39 -0300
committerHarrison Healey <harrisonmhealey@gmail.com>2016-06-24 10:08:39 -0400
commitdbd60b3f16eb83bc4db9e91169783290b3c3a056 (patch)
treebe128454d1b3b7d7124e266b593ad7d0661f9395
parentafce6e6e7824ac5e4c120bd9c2303c7768f995e6 (diff)
downloadchat-dbd60b3f16eb83bc4db9e91169783290b3c3a056.tar.gz
chat-dbd60b3f16eb83bc4db9e91169783290b3c3a056.tar.bz2
chat-dbd60b3f16eb83bc4db9e91169783290b3c3a056.zip
PLT-3416 German localization should read "Deutsch" and not "Deutsche" (#3405)
-rw-r--r--webapp/i18n/i18n.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/i18n/i18n.jsx b/webapp/i18n/i18n.jsx
index 73838cb71..118aa0ee2 100644
--- a/webapp/i18n/i18n.jsx
+++ b/webapp/i18n/i18n.jsx
@@ -19,7 +19,7 @@ import ptLocaleData from 'react-intl/locale-data/pt';
const languages = {
de: {
value: 'de',
- name: 'Deutsche (Beta)',
+ name: 'Deutsch (Beta)',
url: de
},
en: {