Refine InfoView

This commit is contained in:
Alfonso Grillo
2022-10-26 18:35:29 +02:00
parent e249fa5c9f
commit d26c919f80
4 changed files with 29 additions and 28 deletions
@@ -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 }))
}
}