Fix plurals string for decryption error (#5796)

This commit is contained in:
Patrick Honkonen
2025-08-28 11:48:05 -04:00
committed by GitHub
parent f7139b8b91
commit 0f74c3dded

View File

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