Replace sign-ins with sessions
The designs were changed to use the term "sessions" instead of "sign-ins".pull/21833/head
							parent
							
								
									7230d51cca
								
							
						
					
					
						commit
						38ee1aed09
					
				|  | @ -164,12 +164,12 @@ function DevicesSection({devices, userId, loading}) { | |||
|     if (verifiedDevices.length) { | ||||
|         if (isExpanded) { | ||||
|             expandButton = (<AccessibleButton className="mx_UserInfo_expand" onClick={() => setExpanded(false)}> | ||||
|                 <div>{_t("Hide verified Sign-In's")}</div> | ||||
|                 <div>{_t("Hide verified sessions")}</div> | ||||
|             </AccessibleButton>); | ||||
|         } else { | ||||
|             expandButton = (<AccessibleButton className="mx_UserInfo_expand" onClick={() => setExpanded(true)}> | ||||
|                 <div className="mx_E2EIcon mx_E2EIcon_verified" /> | ||||
|                 <div>{_t("%(count)s verified Sign-In's", {count: verifiedDevices.length})}</div> | ||||
|                 <div>{_t("%(count)s verified sessions", {count: verifiedDevices.length})}</div> | ||||
|             </AccessibleButton>); | ||||
|         } | ||||
|     } | ||||
|  |  | |||
|  | @ -1096,9 +1096,9 @@ | |||
|     "Files": "Files", | ||||
|     "Trusted": "Trusted", | ||||
|     "Not trusted": "Not trusted", | ||||
|     "Hide verified Sign-In's": "Hide verified Sign-In's", | ||||
|     "%(count)s verified Sign-In's|other": "%(count)s verified Sign-In's", | ||||
|     "%(count)s verified Sign-In's|one": "1 verified Sign-In", | ||||
|     "Hide verified sessions": "Hide verified sessions", | ||||
|     "%(count)s verified sessions|other": "%(count)s verified sessions", | ||||
|     "%(count)s verified sessions|one": "1 verified session", | ||||
|     "Direct message": "Direct message", | ||||
|     "Unverify user": "Unverify user", | ||||
|     "Remove from community": "Remove from community", | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 J. Ryan Stinnett
						J. Ryan Stinnett