1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00

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);
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"),