summaryrefslogtreecommitdiffstats
path: root/webapp/i18n
diff options
context:
space:
mode:
authorDavid Lu <david.lu@hotmail.com>2016-06-28 14:53:36 -0400
committerChristopher Speller <crspeller@gmail.com>2016-06-28 14:53:36 -0400
commit8c2282f89e6c439044afe98eb61f806d5a3215b5 (patch)
treead9c4b58c4cf97245d1861c177be3ccc4d291d16 /webapp/i18n
parent422e12c364fb999d9ba2764bff04da87e0409047 (diff)
downloadchat-8c2282f89e6c439044afe98eb61f806d5a3215b5.tar.gz
chat-8c2282f89e6c439044afe98eb61f806d5a3215b5.tar.bz2
chat-8c2282f89e6c439044afe98eb61f806d5a3215b5.zip
PLT-3191 E20: Updates to Reload Configuration from Disk and Recycle Database Connections (#3424)
* added help text to reload configuration and recycle db * Update reload_config.jsx * Update en.json
Diffstat (limited to 'webapp/i18n')
-rw-r--r--webapp/i18n/en.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index fd35e3fac..1595c2c82 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -387,10 +387,12 @@
"admin.recycle.button": "Recycle Database Connections",
"admin.recycle.loading": " Recycling...",
"admin.recycle.reloadFail": "Recycling unsuccessful: {error}",
+ "admin.recycle.recycleDescription": "Deployments using multiple databases can switch from one master database to another without restarting the Mattermost server by updating \"config.json\" to the new desired confugration and using the <a href=\"../general/configuration\"><b>Configuration > Reload Configuration from Disk</b></a> feature to load the new settings while the server is running. The administrator should then use <b>Recycle Database Connections</b> feature to recycle the database connections based on the new settings.",
"admin.regenerate": "Regenerate",
"admin.reload.button": "Reload Configuration From Disk",
"admin.reload.loading": " Loading...",
"admin.reload.reloadFail": "Reloading unsuccessful: {error}",
+ "admin.reload.reloadDescription": "Deployments using multiple databases can switch from one master database to another without restarting the Mattermost server by updating \"config.json\" to the new desired configuration and using the <b>Reload Configuration from Disk</b> feature to load the new settings while the server is running. The administrator should then use the <a href=\"../advanced/database\"><b>Database > Recycle Database Connections</b></a> feature to recycle the database connections based on the new settings.",
"admin.reset_password.close": "Close",
"admin.reset_password.newPassword": "New Password",
"admin.reset_password.select": "Select",