summaryrefslogtreecommitdiffstats
path: root/webapp/i18n
diff options
context:
space:
mode:
authorEric Sethna <eric@spinpunch.com>2017-08-04 12:29:29 -0700
committerSaturnino Abril <saturnino.abril@gmail.com>2017-08-05 03:29:29 +0800
commit2ab2baba5899758b909e8ce80479d497eea4c80c (patch)
tree8c30f5fecbea9e061e936e464cb8cf88fb191e08 /webapp/i18n
parentefe477abf8138c0872ae6c40b8522d1523f41dc3 (diff)
downloadchat-2ab2baba5899758b909e8ce80479d497eea4c80c.tar.gz
chat-2ab2baba5899758b909e8ce80479d497eea4c80c.tar.bz2
chat-2ab2baba5899758b909e8ce80479d497eea4c80c.zip
Add beta tag to Elasticsearch (#7121)
* make Elasticsearch beta * make Elasticsearch beta * make Elasticsearch beta
Diffstat (limited to 'webapp/i18n')
-rwxr-xr-xwebapp/i18n/en.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index 3b69c147e..483844a86 100755
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -234,7 +234,7 @@
"admin.database.title": "Database Settings",
"admin.developer.title": "Developer Settings",
"admin.elasticsearchStatus.bulkIndexLabel": "Bulk Indexing:",
- "admin.elasticsearch.title": "Elasticsearch Settings",
+ "admin.elasticsearch.title": "Elasticsearch (Beta)",
"admin.elasticsearch.noteDescription": "Changing properties in this section will require a server restart before taking effect.",
"admin.elasticsearch.enableIndexingTitle": "Enable Elasticsearch Indexing:",
"admin.elasticsearch.enableIndexingDescription": "When true, indexing of new posts occurs automatically. Search queries will use database search until \"Enable Elasticsearch for search queries\" is enabled. {documentationLink}",
@@ -839,6 +839,7 @@
"admin.sidebar.customization": "Customization",
"admin.sidebar.database": "Database",
"admin.sidebar.developer": "Developer",
+ "admin.sidebar.elasticsearch": "Elasticsearch (Beta)",
"admin.sidebar.email": "Email",
"admin.sidebar.emoji": "Emoji",
"admin.sidebar.external": "External Services",