mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 21:24:59 +08:00
rename toast title
This commit is contained in:
parent
053a5a5ff4
commit
ce77593cf9
@ -189,7 +189,7 @@ export default class DeviceListener {
|
||||
this._activeNagToasts.add(device.deviceId);
|
||||
ToastStore.sharedInstance().addOrReplaceToast({
|
||||
key: toastKey(device.deviceId),
|
||||
title: _t("Unverified session"),
|
||||
title: _t("Unverified login. Was this you?"),
|
||||
icon: "verification_warning",
|
||||
props: { device },
|
||||
component: sdk.getComponent("toasts.UnverifiedSessionToast"),
|
||||
|
@ -96,7 +96,7 @@
|
||||
"Verify this session": "Verify this session",
|
||||
"Encryption upgrade available": "Encryption upgrade available",
|
||||
"Set up encryption": "Set up encryption",
|
||||
"Unverified session": "Unverified session",
|
||||
"Unverified login. Was this you?": "Unverified 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 New Issue
Block a user