Merge pull request #4285 from matrix-org/bwindels/renameunverifiedsessiontoast
Rename unverified session toastpull/21833/head
						commit
						2bf4513b44
					
				|  | @ -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
	
	 Bruno Windels
						Bruno Windels