diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-02-19 09:11:05 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-02-19 09:11:05 -0500 |
commit | 23ff360d6232bbaf397405f0ac048f4200cea4ad (patch) | |
tree | 5cc21ed675ec5e5b7175c8236ba9422f7a762685 /app/Controller/ConfigController.php | |
parent | 64a4eb05ce9abb2c062a1a8fce6ac1021b343e7c (diff) |
Update translations
Diffstat (limited to 'app/Controller/ConfigController.php')
-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')); |