Skip to content

Commit

Permalink
Fix singular form of the import_error_dialog string
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbakker committed Sep 9, 2023
1 parent 1c1dee5 commit 8ca45d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 8ca45d2

Please sign in to comment.