Fix camel case in recovery code strings
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 7b6c773..b7ea9c3 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -71,12 +71,12 @@
     <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_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_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_try_again">Try Again</string>
-    <string name="recovery_code_verification_generate_new">Generate New 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_try_again">Try again</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_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>