PM-17766 Updated empty states for grouped types and send types. (#4667)

This commit is contained in:
Dave Severns
2025-02-03 13:33:40 -05:00
committed by GitHub
parent 76e780f813
commit 6f82251332
8 changed files with 418 additions and 74 deletions

View File

@@ -156,6 +156,18 @@
<string name="no_favorites">There are no favorites in your vault.</string>
<string name="no_items">There are no items in your vault.</string>
<string name="no_items_tap">There are no items in your vault for this website/app. Tap to add one.</string>
<string name="no_cards">There are no cards in your vault.</string>
<string name="new_card">New card</string>
<string name="no_logins">There are no logins in your vault.</string>
<string name="no_identities">There are no identities in your vault.</string>
<string name="new_identity">New identity</string>
<string name="no_notes">There are no notes in your vault.</string>
<string name="new_note">New note</string>
<string name="new_item">New item</string>
<string name="no_text_sends">There are no text Sends in your vault.</string>
<string name="no_file_sends">There are no file Sends in your vault.</string>
<string name="new_text_send">New text Send</string>
<string name="new_file_send">New file Send</string>
<string name="no_username">No Username</string>
<string name="no_username_password_configured">This login does not have a username or password configured.</string>
<string name="ok_got_it">Ok, got it!</string>