mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
Refine InfoView
This commit is contained in:
@@ -32,7 +32,7 @@ struct UserSessionName: View {
|
||||
.accentColor(theme.colors.accent)
|
||||
.bottomSheet(isPresented: $viewModel.showBottomSheet) {
|
||||
InfoView(title: VectorL10n.userSessionRenameSessionTitle,
|
||||
descripion: VectorL10n.userSessionRenameSessionDescription,
|
||||
description: VectorL10n.userSessionRenameSessionDescription,
|
||||
action: .init(text: VectorL10n.userSessionGotIt, action: { viewModel.showBottomSheet = false }))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user