Migrate more strings to translation keys (#11671)
This commit is contained in:
parent
13aed62a91
commit
4d0d024e86
125 changed files with 7066 additions and 6607 deletions
|
@ -302,9 +302,7 @@ const SessionManagerTab: React.FC = () => {
|
|||
disabled={!!signingOutDeviceIds.length}
|
||||
/>
|
||||
}
|
||||
description={_t(
|
||||
"For best security, verify your sessions and sign out from any session that you don't recognize or use anymore.",
|
||||
)}
|
||||
description={_t("settings|sessions|best_security_note")}
|
||||
data-testid="other-sessions-section"
|
||||
stretchContent
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue