From 8c2282f89e6c439044afe98eb61f806d5a3215b5 Mon Sep 17 00:00:00 2001 From: David Lu Date: Tue, 28 Jun 2016 14:53:36 -0400 Subject: 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 --- webapp/i18n/en.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'webapp/i18n') 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 Configuration > Reload Configuration from Disk feature to load the new settings while the server is running. The administrator should then use Recycle Database Connections 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 Reload Configuration from Disk feature to load the new settings while the server is running. The administrator should then use the Database > Recycle Database Connections 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", -- cgit v1.2.3-1-g7c22