Fix singular form of the import_error_dialog string

This commit is contained in:
Alexander Bakker 2023-09-09 21:37:34 +02:00
parent 1c1dee560c
commit 8ca45d2322

View File

@ -335,7 +335,7 @@
<string name="unknown_issuer">Unknown issuer</string>
<string name="unknown_account_name">Unknown account name</string>
<plurals name="import_error_dialog">
<item quantity="one">Aegis could not import %d token. These tokens will be skipped. Press \'details\' to see more information about the errors.</item>
<item quantity="one">Aegis could not import %d token. This token will be skipped. Press \'details\' to see more information about the error.</item>
<item quantity="other">Aegis could not import %d tokens. These tokens will be skipped. Press \'details\' to see more information about the errors.</item>
</plurals>
<string name="unable_to_process_deeplink">Unable to process deep link</string>