From e67faa15ca241a6db8fbf9a58dab216797477e54 Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 29 Apr 2020 10:53:36 +0100 Subject: [PATCH] s/unverified/new/ --- src/DeviceListener.js | 2 +- src/i18n/strings/en_EN.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/DeviceListener.js b/src/DeviceListener.js index e3b833a340..6f278904eb 100644 --- a/src/DeviceListener.js +++ b/src/DeviceListener.js @@ -277,7 +277,7 @@ export default class DeviceListener { for (const deviceId of newUnverifiedDeviceIds) { ToastStore.sharedInstance().addOrReplaceToast({ key: toastKey(deviceId), - title: _t("Unverified login. Was this you?"), + title: _t("New login. Was this you?"), icon: "verification_warning", props: { deviceId }, component: sdk.getComponent("toasts.UnverifiedSessionToast"), diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index cde8e47569..5129839cbd 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -106,7 +106,7 @@ "Encryption upgrade available": "Encryption upgrade available", "Set up encryption": "Set up encryption", "Review where you’re logged in": "Review where you’re logged in", - "Unverified login. Was this you?": "Unverified login. Was this you?", + "New login. Was this you?": "New login. Was this you?", "Who would you like to add to this community?": "Who would you like to add to this community?", "Warning: any person you add to a community will be publicly visible to anyone who knows the community ID": "Warning: any person you add to a community will be publicly visible to anyone who knows the community ID", "Invite new community members": "Invite new community members",