From f25529eed7c8e77150271c06ad84f36cfd85ede9 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Thu, 12 Sep 2019 22:39:32 -0600 Subject: [PATCH] Change copy for sharing an email Fixes https://github.com/vector-im/riot-web/issues/10758 --- src/components/views/settings/discovery/EmailAddresses.js | 4 ++-- src/i18n/strings/en_EN.json | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/views/settings/discovery/EmailAddresses.js b/src/components/views/settings/discovery/EmailAddresses.js index d6628f900ad..19e78afb8c9 100644 --- a/src/components/views/settings/discovery/EmailAddresses.js +++ b/src/components/views/settings/discovery/EmailAddresses.js @@ -154,13 +154,13 @@ export class EmailAddress extends React.Component { let status; if (verifying) { status = - {_t("Check your inbox, then click Continue")} + {_t("Verify the link in your inbox")} - {_t("Continue")} + {_t("Complete")} ; } else if (bound) { diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index 872b7bd3c41..32f4569a3a6 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -737,7 +737,8 @@ "Unable to revoke sharing for email address": "Unable to revoke sharing for email address", "Unable to share email address": "Unable to share email address", "Unable to verify email address.": "Unable to verify email address.", - "Check your inbox, then click Continue": "Check your inbox, then click Continue", + "Verify the link in your inbox": "Verify the link in your inbox", + "Complete": "Complete", "Revoke": "Revoke", "Share": "Share", "Discovery options will appear once you have added an email above.": "Discovery options will appear once you have added an email above.",