mirror of
https://github.com/bitwarden/android.git
synced 2025-12-10 09:56:45 -06:00
Fix plurals string for decryption error (#5796)
This commit is contained in:
parent
f7139b8b91
commit
0f74c3dded
@ -1072,7 +1072,7 @@ Do you want to switch to this account?</string>
|
||||
<string name="copy_error_report">Copy error report</string>
|
||||
<string name="bitwarden_could_not_decrypt_this_vault_item_description_long">Bitwarden could not decrypt this vault item. Copy and share this error report with customer success to avoid additional data loss.</string>
|
||||
<plurals name="bitwarden_could_not_decrypt_x_vault_item_copy_and_share_description_long">
|
||||
<item quantity="one">Bitwarden could not decrypt 1 vault item. Copy and share this error report with customer success to avoid additional data loss.</item>
|
||||
<item quantity="one">Bitwarden could not decrypt %1$d vault item. Copy and share this error report with customer success to avoid additional data loss.</item>
|
||||
<item quantity="other">Bitwarden could not decrypt %1$d vault items. Copy and share this error report with customer success to avoid additional data loss.</item>
|
||||
</plurals>
|
||||
<string name="select_a_card_for_x">Select a card for %s</string>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user