diff options
author | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-05-24 03:05:28 +0000 |
---|---|---|
committer | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-05-24 03:05:28 +0000 |
commit | 9725d5e411e4c33d5d274749006811e17531d961 (patch) | |
tree | 4d90025ec9be4a92d8f2f2fbd9ce24b6b28f8f64 /app/src/main/res/values | |
parent | 18aec38d9f4d79afe0748b4bae1dfe11a3ee24ef (diff) | |
download | infinity-for-reddit-9725d5e411e4c33d5d274749006811e17531d961.tar infinity-for-reddit-9725d5e411e4c33d5d274749006811e17531d961.tar.gz infinity-for-reddit-9725d5e411e4c33d5d274749006811e17531d961.tar.bz2 infinity-for-reddit-9725d5e411e4c33d5d274749006811e17531d961.tar.lz infinity-for-reddit-9725d5e411e4c33d5d274749006811e17531d961.tar.xz infinity-for-reddit-9725d5e411e4c33d5d274749006811e17531d961.tar.zst infinity-for-reddit-9725d5e411e4c33d5d274749006811e17531d961.zip |
Login using Chrome custom tab. Remove option to set setDomStorageEnabled() in LoginActivity.
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 8049801c..f15f2893 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1049,7 +1049,7 @@ <string name="top_score">%1$s pts</string> - <string name="login_activity_2fa_prompt">If you have 2-factor authentication enabled, kindly type your password like the following: <password>:<2FA code>.\nExample: yourpass:123456</string> + <string name="login_activity_2fa_prompt">2-factor authentication: <password>:<2FA code>.\nExample: yourpass:123456\nGoogle login or having trouble login: click the bottom right button.</string> <string name="block_user">Block User</string> <string name="block_user_success">Blocked</string> @@ -1157,8 +1157,8 @@ <string name="choose_a_user">Choose a user</string> - <string name="have_trouble_login_title">Having Trouble Login</string> - <string name="have_trouble_login_message">Do you want to try another way to login?</string> + <string name="open_login_page">Open login page</string> + <string name="custom_tab_not_available">Chrome custom tab not available. Is Chrome or Firefox installed?</string> <string name="vote">Vote</string> |