diff options
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> |