Display no items content when user has no items saved (#13)

This commit is contained in:
Patrick Honkonen
2024-04-03 13:10:36 -04:00
committed by GitHub
parent 6a226f21bd
commit 9aa091818d
11 changed files with 451 additions and 234 deletions

View File

@@ -32,4 +32,10 @@
<string name="no_thanks">No thanks</string>
<string name="settings">Settings</string>
<string name="enable_camer_permission_to_use_the_scanner">Enable camera permission to use the scanner</string>
<string name="empty_item_list">Empty Item Listing</string>
<string name="you_dont_have_items_to_display">You don\'t have any items to display.</string>
<string name="empty_item_list_instruction">Add a new code, sync an existing account, or import codes to secure your accounts.</string>
<string name="add_code">Add code</string>
<string name="sync_items_with_bitwarden">Sync items from Bitwarden</string>
<string name="import_items">Import items</string>
</resources>