+ );
+ }
+}
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index 733c725607..5d1b710d75 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -573,6 +573,10 @@
"admin.reload.loading": " Loading...",
"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.reload.reloadFail": "Reloading unsuccessful: {error}",
+ "admin.purge.button": "Purge All Caches",
+ "admin.purge.loading": " Loading...",
+ "admin.purge.purgeDescription": "This will purge all the in-memory caches for things like sessions, accounts, channels, etc. Deployments using High Availability will attempt to purge all the servers in the cluster. Purging the caches may adversly impact performance.",
+ "admin.purge.purgeFail": "Purging unsuccessful: {error}",
"admin.reset_password.close": "Close",
"admin.reset_password.newPassword": "New Password",
"admin.reset_password.select": "Select",