Fix singular form of the import_error_dialog string

pull/1188/head
Alexander Bakker 1 year ago
parent 1c1dee560c
commit 8ca45d2322

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

Loading…
Cancel
Save