mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-29 02:11:12 -06:00
Beta warning for import thing.
This commit is contained in:
parent
cb9433f4b9
commit
921e2c06f4
@ -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.',
|
||||
];
|
||||
|
@ -14,8 +14,9 @@
|
||||
<p>
|
||||
{{ 'import_intro_text'|_ }}
|
||||
</p>
|
||||
<p>
|
||||
|
||||
|
||||
<p class="text-danger">
|
||||
{{ 'import_intro_beta'|_ }}
|
||||
</p>
|
||||
<div class="row">
|
||||
<form method="POST" action="{{ route('import.upload') }}" accept-charset="UTF-8" class="form-horizontal" id="update"
|
||||
|
Loading…
Reference in New Issue
Block a user