parent
							
								
									7af2d27ced
								
							
						
					
					
						commit
						c97eab24c7
					
				|  | @ -45,7 +45,7 @@ export default class BulkUnverifiedSessionsToast extends React.PureComponent { | |||
|     render() { | ||||
|         return (<div> | ||||
|             <div className="mx_Toast_description"> | ||||
|                 {_t("Unverified sessions currently have access to your account & messages")} | ||||
|                 {_t("Verify all your sessions to ensure your account & messages are safe")} | ||||
|             </div> | ||||
|             <div className="mx_Toast_buttons" aria-live="off"> | ||||
|                 <FormButton label={_t("Later")} kind="danger" onClick={this._onLaterClick} /> | ||||
|  |  | |||
|  | @ -51,7 +51,7 @@ export default class UnverifiedSessionToast extends React.PureComponent { | |||
|     render() { | ||||
|         return (<div> | ||||
|             <div className="mx_Toast_description"> | ||||
|                 {_t("Verify the identity of the new login accessing your account & messages")} | ||||
|                 {_t("Verify the new login accessing your account & messages")} | ||||
|             </div> | ||||
|             <div className="mx_Toast_buttons" aria-live="off"> | ||||
|                 <FormButton label={_t("Later")} kind="danger" onClick={this._onLaterClick} /> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 David Baker
						David Baker