mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
Renamed sign out to logout
This commit is contained in:
+2
-2
@@ -221,13 +221,13 @@ struct UserSessionsOverview: View {
|
||||
let label = Label(VectorL10n.userOtherSessionMenuSignOutSessions(String(viewModel.viewState.otherSessionsViewData.count)), systemImage: "rectangle.portrait.and.arrow.forward.fill")
|
||||
if #available(iOS 15, *) {
|
||||
Button(role: .destructive) {
|
||||
viewModel.send(viewAction: .signOutOtherSessions)
|
||||
viewModel.send(viewAction: .logoutOtherSessions)
|
||||
} label: {
|
||||
label
|
||||
}
|
||||
} else {
|
||||
Button {
|
||||
viewModel.send(viewAction: .signOutOtherSessions)
|
||||
viewModel.send(viewAction: .logoutOtherSessions)
|
||||
} label: {
|
||||
label
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user