From 65e18ad1f553d91c28b444afaced08f462f9d374 Mon Sep 17 00:00:00 2001 From: David Lu Date: Thu, 30 Jun 2016 08:41:58 -0400 Subject: [PATCH] fixed typo (#3450) --- webapp/components/admin_console/recycle_db.jsx | 2 +- webapp/i18n/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/components/admin_console/recycle_db.jsx b/webapp/components/admin_console/recycle_db.jsx index e421711e75..cdabf3b2dd 100644 --- a/webapp/components/admin_console/recycle_db.jsx +++ b/webapp/components/admin_console/recycle_db.jsx @@ -67,7 +67,7 @@ export default class RecycleDbButton extends React.Component { let helpText = ( ); diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json index 38c6577149..1fb2742239 100644 --- a/webapp/i18n/en.json +++ b/webapp/i18n/en.json @@ -396,7 +396,7 @@ "admin.rate.title": "Rate Limit Settings", "admin.recycle.button": "Recycle Database Connections", "admin.recycle.loading": " Recycling...", - "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.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 configuration 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.recycle.reloadFail": "Recycling unsuccessful: {error}", "admin.regenerate": "Regenerate", "admin.reload.button": "Reload Configuration From Disk",