Merge pull request #6672 from vector-im/steve/6656_dm_overview_other_sessions

Device manager: User sessions overview - Other sessions section read only (PSG-667)
This commit is contained in:
Doug
2022-09-12 11:39:55 +01:00
committed by GitHub
35 changed files with 1058 additions and 14 deletions
+18
View File
@@ -2358,6 +2358,24 @@ To enable access, tap Settings> Location and select Always";
"user_sessions_overview_title" = "Sessions";
"user_sessions_overview_other_sessions_section_title" = "OTHER SESSIONS";
"user_sessions_overview_other_sessions_section_info" = "For best security, verify your sessions and sign out from any session that you dont recognize or use anymore.";
"user_session_verified" = "Verified session";
"user_session_unverified" = "Unverified session";
"user_session_verified_short" = "Verified";
"user_session_unverified_short" = "Unverified";
// First item is client name and second item is session display name
"user_session_name" = "%@: %@";
"user_session_item_details" = "%@ · Last activity %@";
"device_name_desktop" = "%@ Desktop";
"device_name_web" = "%@ Web";
"device_name_mobile" = "%@ Mobile";
"device_name_unknown" = "Unknown client";
// MARK: - MatrixKit