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/Template/config | |
parent | 64a4eb05ce9abb2c062a1a8fce6ac1021b343e7c (diff) |
Update translations
Diffstat (limited to 'app/Template/config')
-rw-r--r-- | app/Template/config/upload_db.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Template/config/upload_db.php b/app/Template/config/upload_db.php index d7aaac86..b247cf75 100644 --- a/app/Template/config/upload_db.php +++ b/app/Template/config/upload_db.php @@ -1,10 +1,10 @@ <div class="page-header"> - <h2><?= t('Upload the Sqlite database') ?></h2> + <h2><?= t('Upload the database') ?></h2> </div> <div class="alert"> <p> - <?= t('You can upload the Gzip compressed Sqlite database previously downloaded.') ?> + <?= t('You could upload the previously downloaded Sqlite database (Gzip format).') ?> </p> </div> |