mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-05 05:25:24 +02:00
Add tags selection and notes input to new transaction form (#2008)
* feat: Add tags selection and notes input to new transaction form * feat: Add tag selection to transactions bulk update form
This commit is contained in:
parent
8648f11413
commit
48c8499b70
6 changed files with 30 additions and 2 deletions
|
@ -12,10 +12,12 @@ en:
|
|||
details: Details
|
||||
merchant_label: Merchant
|
||||
merchant_placeholder: Select a merchant
|
||||
none: (none)
|
||||
note_label: Notes
|
||||
note_placeholder: Enter a note that will be applied to selected transactions
|
||||
overview: Overview
|
||||
save: Save
|
||||
tag_label: Tags
|
||||
bulk_update:
|
||||
success: "%{count} transactions updated"
|
||||
form:
|
||||
|
@ -29,7 +31,11 @@ en:
|
|||
description_placeholder: Describe transaction
|
||||
expense: Expense
|
||||
income: Income
|
||||
none: (none)
|
||||
note_label: Notes
|
||||
note_placeholder: Enter a note
|
||||
submit: Add transaction
|
||||
tags_label: Tags
|
||||
transfer: Transfer
|
||||
new:
|
||||
new_transaction: New transaction
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue