mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-03 04:25:21 +02:00
fix: default value if user's name isn't set (#1262)
* fix: default value if user's name isn't set * chore: matched code style * fix: i18n key for fallback greeting --------- Co-authored-by: Zach Gollwitzer <zach@maybe.co>
This commit is contained in:
parent
3399b74849
commit
34ebd96c4c
2 changed files with 4 additions and 1 deletions
|
@ -8,6 +8,7 @@ en:
|
|||
assets: Assets
|
||||
debts: Debts
|
||||
greeting: Welcome back, %{name}
|
||||
fallback_greeting: Welcome back, friend
|
||||
import: Import
|
||||
income: Income
|
||||
investing: Investing (coming soon...)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue