You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 11, 2024. It is now read-only.
Device manager - confirm sign out of other sessions (PSG-921) (#9487)
* change testid attribute for dialog buttons to rtl friendly
* add confirm dialog for signing out sessions
* cleanup commented
* update cypress tets
* clear modals before test
* missing modal in jest tests on ci only
Copy file name to clipboardExpand all lines: src/i18n/strings/en_EN.json
+3-1
Original file line number
Diff line number
Diff line change
@@ -1596,6 +1596,9 @@
1596
1596
"Sessions": "Sessions",
1597
1597
"Where you're signed in": "Where you're signed in",
1598
1598
"Manage your signed-in devices below. A device's name is visible to people you communicate with.": "Manage your signed-in devices below. A device's name is visible to people you communicate with.",
1599
+
"Sign out": "Sign out",
1600
+
"Are you sure you want to sign out of %(count)s sessions?|other": "Are you sure you want to sign out of %(count)s sessions?",
1601
+
"Are you sure you want to sign out of %(count)s sessions?|one": "Are you sure you want to sign out of %(count)s session?",
1599
1602
"Other sessions": "Other sessions",
1600
1603
"For best security, verify your sessions and sign out from any session that you don't recognize or use anymore.": "For best security, verify your sessions and sign out from any session that you don't recognize or use anymore.",
1601
1604
"Sidebar": "Sidebar",
@@ -1732,7 +1735,6 @@
1732
1735
"Please enter verification code sent via text.": "Please enter verification code sent via text.",
1733
1736
"Verification code": "Verification code",
1734
1737
"Discovery options will appear once you have added a phone number above.": "Discovery options will appear once you have added a phone number above.",
1735
-
"Sign out": "Sign out",
1736
1738
"Sign out all other sessions": "Sign out all other sessions",
1737
1739
"Current session": "Current session",
1738
1740
"Confirm logging out these devices by using Single Sign On to prove your identity.|other": "Confirm logging out these devices by using Single Sign On to prove your identity.",
0 commit comments