mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-16 12:49:59 +02:00
QR login from device manager (#6818)
* Add link device button into the sessions overview screen * Run Swift format * Fix tests * Fix a crash in tests * Fix PR remark
This commit is contained in:
@@ -2407,6 +2407,7 @@ To enable access, tap Settings> Location and select Always";
|
||||
"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_sessions_overview_current_session_section_title" = "Current session";
|
||||
"user_sessions_overview_link_device" = "Link a device";
|
||||
|
||||
"user_sessions_view_all_action" = "View all (%d)";
|
||||
|
||||
|
||||
@@ -8747,6 +8747,10 @@ public class VectorL10n: NSObject {
|
||||
public static var userSessionsOverviewCurrentSessionSectionTitle: String {
|
||||
return VectorL10n.tr("Vector", "user_sessions_overview_current_session_section_title")
|
||||
}
|
||||
/// Link a device
|
||||
public static var userSessionsOverviewLinkDevice: String {
|
||||
return VectorL10n.tr("Vector", "user_sessions_overview_link_device")
|
||||
}
|
||||
/// For best security, verify your sessions and sign out from any session that you don’t recognize or use anymore.
|
||||
public static var userSessionsOverviewOtherSessionsSectionInfo: String {
|
||||
return VectorL10n.tr("Vector", "user_sessions_overview_other_sessions_section_info")
|
||||
|
||||
Reference in New Issue
Block a user