mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Beta warning for import thing.
This commit is contained in:
@@ -766,4 +766,5 @@ return [
|
|||||||
'import_complete_text' => 'Download the config file. You can also run it from the command line.',
|
'import_complete_text' => 'Download the config file. You can also run it from the command line.',
|
||||||
'import_download_config' => 'Download configuration',
|
'import_download_config' => 'Download configuration',
|
||||||
'import_start_import' => 'Start import',
|
'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>
|
<p>
|
||||||
{{ 'import_intro_text'|_ }}
|
{{ 'import_intro_text'|_ }}
|
||||||
</p>
|
</p>
|
||||||
<p>
|
|
||||||
|
<p class="text-danger">
|
||||||
|
{{ 'import_intro_beta'|_ }}
|
||||||
</p>
|
</p>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<form method="POST" action="{{ route('import.upload') }}" accept-charset="UTF-8" class="form-horizontal" id="update"
|
<form method="POST" action="{{ route('import.upload') }}" accept-charset="UTF-8" class="form-horizontal" id="update"
|
||||||
|
Reference in New Issue
Block a user