mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 18:25:49 +03:00
s/unverified/new/
This commit is contained in:
parent
6f25f2eaec
commit
75c680715f
2 changed files with 2 additions and 2 deletions
|
@ -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"),
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue