summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2017-04-17 07:54:26 -0700
committerChristopher Speller <crspeller@gmail.com>2017-04-17 10:54:26 -0400
commit32078865147dc4779023e036aba164842067e58b (patch)
treed94cf763a265630ea0e963a0d847d6391627ed24 /i18n
parent7e29dc65aaf5b310f1c1e3b8e8849103892e1ffe (diff)
downloadchat-32078865147dc4779023e036aba164842067e58b.tar.gz
chat-32078865147dc4779023e036aba164842067e58b.tar.bz2
chat-32078865147dc4779023e036aba164842067e58b.zip
Adding the ability to disable full text search queries for master (#6102)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index d289877e0..75954a6c9 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -5204,6 +5204,10 @@
"translation": "Query error searching posts: %v"
},
{
+ "id": "store.sql_post.search.disabled",
+ "translation": "Searching has been disabled on this server. Please contact your System Administrator."
+ },
+ {
"id": "store.sql_post.update.app_error",
"translation": "We couldn't update the Post"
},