summaryrefslogtreecommitdiffstats
path: root/web/react/utils/utils.jsx
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-02-08 14:58:11 -0500
committerJoram Wilander <jwawilander@gmail.com>2016-02-08 14:58:11 -0500
commit137920b479b9cb6688a4ad683c67280549680c70 (patch)
treeeaf3ddf83a6439239394829fc4d40fb1a0ef4e51 /web/react/utils/utils.jsx
parent3ca75906e0d311efa9fe40c93e0bf65263e63f0e (diff)
parentd0ad249bc2485293eeb3a25267598f27a5f78727 (diff)
downloadchat-137920b479b9cb6688a4ad683c67280549680c70.tar.gz
chat-137920b479b9cb6688a4ad683c67280549680c70.tar.bz2
chat-137920b479b9cb6688a4ad683c67280549680c70.zip
Merge pull request #2106 from mattermost/PLT-1900
PLT-1900 removing lang from preview and making spanish beta
Diffstat (limited to 'web/react/utils/utils.jsx')
-rw-r--r--web/react/utils/utils.jsx2
1 files changed, 1 insertions, 1 deletions
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)'
}
]
);