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'|_ }}