summaryrefslogtreecommitdiff
path: root/app/Controller
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2017-02-19 09:11:05 -0500
committerFrederic Guillot <fred@kanboard.net>2017-02-19 09:11:05 -0500
commit23ff360d6232bbaf397405f0ac048f4200cea4ad (patch)
tree5cc21ed675ec5e5b7175c8236ba9422f7a762685 /app/Controller
parent64a4eb05ce9abb2c062a1a8fce6ac1021b343e7c (diff)
Update translations
Diffstat (limited to 'app/Controller')
-rw-r--r--app/Controller/ConfigController.php2
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'));