-
Notifications
You must be signed in to change notification settings - Fork 1k
[PM-36379] fix: Show the item type in the save snackbar #7308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -150,6 +150,14 @@ | |
| <string name="select">Select</string> | ||
| <string name="item_details">Item details</string> | ||
| <string name="item_updated">Item saved</string> | ||
| <string name="bank_account_saved">Bank account saved</string> | ||
| <string name="card_saved">Card saved</string> | ||
| <string name="identity_saved">Identity saved</string> | ||
| <string name="license_saved">License saved</string> | ||
| <string name="login_saved">Login saved</string> | ||
|
Comment on lines
+153
to
+157
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ♻️ DEBT: DetailsThis PR replaced the only Kotlin usage of Removing the base declaration keeps the translation source clean so translators aren't maintaining dead copy.
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We should remove this if it's not needed |
||
| <string name="passport_saved">Passport saved</string> | ||
| <string name="secure_note_saved">Secure note saved</string> | ||
| <string name="ssh_key_saved">SSH key saved</string> | ||
| <string name="submitting">Submitting…</string> | ||
| <string name="syncing">Syncing…</string> | ||
| <string name="syncing_complete">Syncing complete</string> | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍