Made labels for AddAccountDialog more precise

This commit is contained in:
dankl 2020-01-19 16:18:22 +01:00 committed by dankito
parent 00e2a7fa92
commit d6a5c3f09a
1 changed files with 3 additions and 3 deletions

View File

@ -30,10 +30,10 @@
<string name="fragment_home_could_not_retrieve_account_transactions">Could not retrieve account transactions:\n%s</string>
<string name="fragment_home_transfer_money_to">Transfer money to %s</string>
<string name="dialog_add_account_enter_bank_code">Bank code:</string>
<string name="dialog_add_account_enter_bank_code">Bank code (find by bank code, bank name or city):</string>
<string name="dialog_add_account_enter_fints_server_address">FinTS server address:</string>
<string name="dialog_add_account_enter_customer_id">Customer Id:</string>
<string name="dialog_add_account_enter_pin">Pin:</string>
<string name="dialog_add_account_enter_customer_id">Online banking login name:</string>
<string name="dialog_add_account_enter_pin">Online banking password:</string>
<string name="dialog_add_account_add">Add</string>
<string name="dialog_add_account_bank_does_not_support_fints_3_error_message">%s does not support FinTS 3.0 and therefore cannot be used in this application.</string>
<string name="dialog_add_account_message_could_not_add_account">Could not add account: %s</string>