Skip to content

Commit 38afd5d

Browse files
committed
Modified a hint text. | Close #170
1 parent 8ec07b6 commit 38afd5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FlowCrypt/src/main/java/com/flowcrypt/email/ui/activity/AddNewAccountManuallyActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ public void handleFailureLoaderResult(int loaderId, Exception e) {
318318
Throwable original = e != null ? e.getCause() : null;
319319
if (original != null && original instanceof AuthenticationFailedException) {
320320
if (editTextImapServer.getText().toString().equalsIgnoreCase(GmailConstants.GMAIL_IMAP_SERVER)) {
321-
showSnackbar(getRootView(), getString(R.string.less_secure_login_methods_are_not_allowed),
321+
showSnackbar(getRootView(), getString(R.string.less_secure_login_is_not_allowed),
322322
getString(android.R.string.ok), Snackbar.LENGTH_LONG, new View.OnClickListener() {
323323
@Override
324324
public void onClick(View v) {

FlowCrypt/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,5 +240,5 @@
240240
<string name="select_keys">Select key(s):</string>
241241
<string name="your_public_key_will_be_appended">Your public key will be appended to the reply message</string>
242242
<string name="error_occured_try_again_later">An error occurred. Please try again later.</string>
243-
<string name="less_secure_login_methods_are_not_allowed">Less secure login methods are not allowed on your Gmail account. Please use a secure login instead.</string>
243+
<string name="less_secure_login_is_not_allowed">Less secure login is not allowed on your Gmail account. Switching to secure login.</string>
244244
</resources>

0 commit comments

Comments
 (0)