summaryrefslogtreecommitdiffstats
path: root/web/react/utils
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2016-02-08 11:12:59 -0800
committer=Corey Hulen <corey@hulen.com>2016-02-08 11:12:59 -0800
commit3f0443b55236555951dc45c03dcb05baea86350c (patch)
tree1eacdd907ef92225f2e895f186f264b1a40fadda /web/react/utils
parent8f90fd5989e0bf725b3b2593054e620028de4952 (diff)
downloadchat-3f0443b55236555951dc45c03dcb05baea86350c.tar.gz
chat-3f0443b55236555951dc45c03dcb05baea86350c.tar.bz2
chat-3f0443b55236555951dc45c03dcb05baea86350c.zip
PLT-1900 removing lang from preview and making spanish beta
Diffstat (limited to 'web/react/utils')
-rw-r--r--web/react/utils/constants.jsx4
-rw-r--r--web/react/utils/utils.jsx2
2 files changed, 1 insertions, 5 deletions
diff --git a/web/react/utils/constants.jsx b/web/react/utils/constants.jsx
index d7d8a2ced..9689591a6 100644
--- a/web/react/utils/constants.jsx
+++ b/web/react/utils/constants.jsx
@@ -456,10 +456,6 @@ export default {
EMBED_PREVIEW: {
label: 'embed_preview',
description: 'Show preview snippet of links below message'
- },
- LOC_PREVIEW: {
- label: 'loc_preview',
- description: 'Show user language in display settings'
}
},
OVERLAY_TIME_DELAY: 400,
diff --git a/web/react/utils/utils.jsx b/web/react/utils/utils.jsx
index 238a209a4..896a94ac5 100644
--- a/web/react/utils/utils.jsx
+++ b/web/react/utils/utils.jsx
@@ -1373,7 +1373,7 @@ export function languages() {
},
{
value: 'es',
- name: 'Español'
+ name: 'Español (Beta)'
}
]
);