summaryrefslogtreecommitdiffstats
path: root/web/react/utils
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2016-01-22 09:27:27 -0600
committer=Corey Hulen <corey@hulen.com>2016-01-22 09:27:27 -0600
commit058d6b24672ce22d72451607eef7c9dcc48a255a (patch)
tree33dc08ababd8d1e8793e3eb6eecdd093bfa04bf8 /web/react/utils
parentda1d52d546121e6c36cca9dea90c4a3bc540b0b7 (diff)
downloadchat-058d6b24672ce22d72451607eef7c9dcc48a255a.tar.gz
chat-058d6b24672ce22d72451607eef7c9dcc48a255a.tar.bz2
chat-058d6b24672ce22d72451607eef7c9dcc48a255a.zip
PLT-7 adding loc feature to preview
Diffstat (limited to 'web/react/utils')
-rw-r--r--web/react/utils/constants.jsx4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/react/utils/constants.jsx b/web/react/utils/constants.jsx
index 5d6aa9329..851bc5f6c 100644
--- a/web/react/utils/constants.jsx
+++ b/web/react/utils/constants.jsx
@@ -451,6 +451,10 @@ 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,