From 921e2c06f4467e3843644b04fad585a38b0179bf Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 20 Jul 2016 15:47:30 +0200 Subject: [PATCH] Beta warning for import thing. --- resources/lang/en_US/firefly.php | 1 + resources/views/import/index.twig | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php index ccffccc358..1861ae752b 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -766,4 +766,5 @@ return [ 'import_complete_text' => 'Download the config file. You can also run it from the command line.', 'import_download_config' => 'Download configuration', 'import_start_import' => 'Start import', + 'import_intro_beta' => 'The import function is currently being developed and will most probably not work.', ]; diff --git a/resources/views/import/index.twig b/resources/views/import/index.twig index b378cfe026..0627280b9f 100644 --- a/resources/views/import/index.twig +++ b/resources/views/import/index.twig @@ -14,8 +14,9 @@

{{ 'import_intro_text'|_ }}

-

-   + +

+  {{ 'import_intro_beta'|_ }}