mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-29 12:46:58 +02:00
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:
@@ -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 don’t 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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user