summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
authorEric Sethna <eric@spinpunch.com>2017-04-06 11:10:55 -0600
committerGitHub <noreply@github.com>2017-04-06 11:10:55 -0600
commit99952f01525644ebc7333b32f28b035995c6dbdb (patch)
tree41bd07163c3fe63cf1383d49a099a0c660cccb84 /webapp
parent87343176fcc01eb064def97a913157e3967ffcc6 (diff)
downloadchat-99952f01525644ebc7333b32f28b035995c6dbdb.tar.gz
chat-99952f01525644ebc7333b32f28b035995c6dbdb.tar.bz2
chat-99952f01525644ebc7333b32f28b035995c6dbdb.zip
remove beta on high availability
Diffstat (limited to 'webapp')
-rw-r--r--webapp/components/admin_console/cluster_settings.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/admin_console/cluster_settings.jsx b/webapp/components/admin_console/cluster_settings.jsx
index 31634d0bd..d3768ec25 100644
--- a/webapp/components/admin_console/cluster_settings.jsx
+++ b/webapp/components/admin_console/cluster_settings.jsx
@@ -53,7 +53,7 @@ export default class ClusterSettings extends AdminSettings {
return (
<FormattedMessage
id='admin.advance.cluster'
- defaultMessage='High Availability (Beta)'
+ defaultMessage='High Availability'
/>
);
}