diff options
Diffstat (limited to 'app/Controller')
-rw-r--r-- | app/Controller/ConfigController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/ConfigController.php b/app/Controller/ConfigController.php index 62ae8201..6b85d1f9 100644 --- a/app/Controller/ConfigController.php +++ b/app/Controller/ConfigController.php @@ -222,7 +222,7 @@ class ConfigController extends BaseController if (!file_exists($filename) || !$this->configModel->uploadDatabase($filename)) { $this->flash->failure(t('Unable to read uploaded file.')); } else { - $this->flash->success(t('Database upload done.')); + $this->flash->success(t('Database uploaded successfully.')); } $this->response->redirect($this->helper->url->to('ConfigController', 'index')); |