Fix camel case in recovery code strings
This commit is contained in:
parent
4271fd6005
commit
1bbaf3f55b
1 changed files with 5 additions and 5 deletions
|
@ -71,12 +71,12 @@
|
||||||
<string name="recovery_code_error_empty_word">You forgot to enter this word.</string>
|
<string name="recovery_code_error_empty_word">You forgot to enter this word.</string>
|
||||||
<string name="recovery_code_error_invalid_word">Wrong word. Did you mean %1$s or %2$s?</string>
|
<string name="recovery_code_error_invalid_word">Wrong word. Did you mean %1$s or %2$s?</string>
|
||||||
<string name="recovery_code_error_checksum_word">Your code is invalid. Please check all words and try again!</string>
|
<string name="recovery_code_error_checksum_word">Your code is invalid. Please check all words and try again!</string>
|
||||||
<string name="recovery_code_verification_ok_title">Recovery Code Verified</string>
|
<string name="recovery_code_verification_ok_title">Recovery code verified</string>
|
||||||
<string name="recovery_code_verification_ok_message">Your code is correct and will work for restoring your backup.</string>
|
<string name="recovery_code_verification_ok_message">Your code is correct and will work for restoring your backup.</string>
|
||||||
<string name="recovery_code_verification_error_title">Incorrect Recovery Code</string>
|
<string name="recovery_code_verification_error_title">Incorrect recovery code</string>
|
||||||
<string name="recovery_code_verification_error_message">You have entered an invalid recovery code. Please try again!\n\nIf you have lost your code, tap on Generate New Code below.</string>
|
<string name="recovery_code_verification_error_message">You have entered an invalid recovery code. Please try again!\n\nIf you have lost your code, tap on \'Generate new code\' below.</string>
|
||||||
<string name="recovery_code_verification_try_again">Try Again</string>
|
<string name="recovery_code_verification_try_again">Try again</string>
|
||||||
<string name="recovery_code_verification_generate_new">Generate New Code</string>
|
<string name="recovery_code_verification_generate_new">Generate new code</string>
|
||||||
<string name="recovery_code_verification_new_dialog_title">Wait one second…</string>
|
<string name="recovery_code_verification_new_dialog_title">Wait one second…</string>
|
||||||
<string name="recovery_code_verification_new_dialog_message">Generating a new code will make your existing backups inaccessible. We\'ll try to delete them if possible.\n\nAre you sure you want to do this?</string>
|
<string name="recovery_code_verification_new_dialog_message">Generating a new code will make your existing backups inaccessible. We\'ll try to delete them if possible.\n\nAre you sure you want to do this?</string>
|
||||||
<string name="recovery_code_recreated">New recovery code has been created successfully</string>
|
<string name="recovery_code_recreated">New recovery code has been created successfully</string>
|
||||||
|
|
Loading…
Reference in a new issue