diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-02-15 21:06:41 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-02-15 21:06:41 -0500 |
commit | 5e0cf1472ef0b019c9d50d61ba944e977e28b104 (patch) | |
tree | 8041c0b3e192bbdc50a0545bfa0b55a7d8366423 /app/Template/config | |
parent | 371115167cfa6d490a308cd8d9e02578c53c2b65 (diff) |
Improve PR #3038
Diffstat (limited to 'app/Template/config')
-rw-r--r-- | app/Template/config/upload_db.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/Template/config/upload_db.php b/app/Template/config/upload_db.php index 4d02c9a8..d7aaac86 100644 --- a/app/Template/config/upload_db.php +++ b/app/Template/config/upload_db.php @@ -3,12 +3,12 @@ </div> <div class="alert"> - <ul> - <li><?= t('You can upload Gzip compressed Sqlite database you previously downloaded') ?></li> - </ul> + <p> + <?= t('You can upload the Gzip compressed Sqlite database previously downloaded.') ?> + </p> </div> -<form action="<?= $this->url->href('ConfigController', 'uploadDbSave') ?>" method="post" enctype="multipart/form-data"> +<form action="<?= $this->url->href('ConfigController', 'saveUploadedDb') ?>" method="post" enctype="multipart/form-data"> <?= $this->form->csrf() ?> <?= $this->form->label(t('Database file'), 'file') ?> |