rename toast title

This commit is contained in:
Bruno Windels 2020-03-26 17:37:44 +01:00
parent 053a5a5ff4
commit ce77593cf9
2 changed files with 2 additions and 2 deletions

View File

@ -189,7 +189,7 @@ export default class DeviceListener {
this._activeNagToasts.add(device.deviceId); this._activeNagToasts.add(device.deviceId);
ToastStore.sharedInstance().addOrReplaceToast({ ToastStore.sharedInstance().addOrReplaceToast({
key: toastKey(device.deviceId), key: toastKey(device.deviceId),
title: _t("Unverified session"), title: _t("Unverified login. Was this you?"),
icon: "verification_warning", icon: "verification_warning",
props: { device }, props: { device },
component: sdk.getComponent("toasts.UnverifiedSessionToast"), component: sdk.getComponent("toasts.UnverifiedSessionToast"),

View File

@ -96,7 +96,7 @@
"Verify this session": "Verify this session", "Verify this session": "Verify this session",
"Encryption upgrade available": "Encryption upgrade available", "Encryption upgrade available": "Encryption upgrade available",
"Set up encryption": "Set up encryption", "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?", "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",