mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-02 20:15:22 +02:00
Add empty states to account summary page (#1265)
* Add empty states to account summary page * Liability icon fix * Normalize translations * Clean up modal styles * Account color updates * Lint fixes * Test fix
This commit is contained in:
parent
ffd54e4065
commit
2f6479f058
9 changed files with 93 additions and 69 deletions
|
@ -107,7 +107,13 @@ en:
|
|||
transactions: Transactions
|
||||
value: Value
|
||||
summary:
|
||||
new: New account
|
||||
new: New
|
||||
no_assets: No assets found
|
||||
no_assets_description: Add an asset either via connection, importing or entering
|
||||
manually.
|
||||
no_liabilities: No liabilities found
|
||||
no_liabilities_description: Add a liability either via connection, importing
|
||||
or entering manually.
|
||||
sync_all:
|
||||
button_text: Sync all
|
||||
success: Successfully queued accounts for syncing.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue