1
0
Fork 0
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:
Aaron Meese 2024-10-10 15:03:47 -07:00 committed by GitHub
parent 3399b74849
commit 34ebd96c4c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View file

@ -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...)