1
0
mirror of https://github.com/etesync/android synced 2024-11-15 20:38:58 +00:00

Fix caps in string.

Thanks to @SaltFactory for reporting.
This commit is contained in:
Tom Hacohen 2020-10-04 11:27:21 +03:00
parent db843d8798
commit 02a758739d

View File

@ -268,7 +268,7 @@
<!-- ChangeEncryptionPasswordActivity -->
<string name="change_encryption_password_title">Change Encryption Password</string>
<string name="change_encryption_password_extra_info">Please don\'t use this tool if you believe your encryption password has been compromised. Contact support instead.</string>
<string name="change_encryption_password_new_password">New encryption Password</string>
<string name="change_encryption_password_new_password">New Encryption Password</string>
<string name="change_encryption_password_are_you_sure">Are you sure you would like to continue? The process can not be stopped half way or be undone, and may take a while to complete.</string>
<string name="change_encryption_password_success_title">Encryption Password Change</string>
<string name="change_encryption_password_success_body">Encryption password has been successfully changed!</string>