mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-02 20:15:22 +02:00
Refactor: Allow other import files (#1099)
* Rename stimulus controller * feature: rename raw_csv_str to raw_file_str
This commit is contained in:
parent
e6528bafec
commit
0c1ff00c1e
16 changed files with 71 additions and 57 deletions
|
@ -5,5 +5,5 @@ en:
|
|||
models:
|
||||
import:
|
||||
attributes:
|
||||
raw_csv_str:
|
||||
raw_file_str:
|
||||
invalid_csv_format: is not a valid CSV format
|
||||
|
|
|
@ -40,6 +40,7 @@ en:
|
|||
"inflow" (income)
|
||||
requirement3: Can have 0 or more tags separated by |
|
||||
csv_upload:
|
||||
allowed_filetypes: Only CSV files are allowed.
|
||||
confirm_accept: Yep, start over!
|
||||
confirm_body: This will reset your import. Any changes you have made to the
|
||||
CSV will be erased.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue