mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-01 08:57:35 +03:00
s/unverified/new/
This commit is contained in:
parent
9cbc407305
commit
e67faa15ca
2 changed files with 2 additions and 2 deletions
|
@ -277,7 +277,7 @@ export default class DeviceListener {
|
||||||
for (const deviceId of newUnverifiedDeviceIds) {
|
for (const deviceId of newUnverifiedDeviceIds) {
|
||||||
ToastStore.sharedInstance().addOrReplaceToast({
|
ToastStore.sharedInstance().addOrReplaceToast({
|
||||||
key: toastKey(deviceId),
|
key: toastKey(deviceId),
|
||||||
title: _t("Unverified login. Was this you?"),
|
title: _t("New login. Was this you?"),
|
||||||
icon: "verification_warning",
|
icon: "verification_warning",
|
||||||
props: { deviceId },
|
props: { deviceId },
|
||||||
component: sdk.getComponent("toasts.UnverifiedSessionToast"),
|
component: sdk.getComponent("toasts.UnverifiedSessionToast"),
|
||||||
|
|
|
@ -106,7 +106,7 @@
|
||||||
"Encryption upgrade available": "Encryption upgrade available",
|
"Encryption upgrade available": "Encryption upgrade available",
|
||||||
"Set up encryption": "Set up encryption",
|
"Set up encryption": "Set up encryption",
|
||||||
"Review where you’re logged in": "Review where you’re logged in",
|
"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?",
|
"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",
|
"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",
|
"Invite new community members": "Invite new community members",
|
||||||
|
|
Loading…
Reference in a new issue