New features html and text change for polls

This commit is contained in:
Arnfried Griesert
2022-12-14 17:27:15 +01:00
parent 3f06c7ac7c
commit ced846c7d9
2 changed files with 16 additions and 197 deletions
@@ -74,7 +74,7 @@ struct PollEditForm: View {
Spacer()
if viewModel.viewState.mode == .creation {
Button(VectorL10n.pollEditFormCreatePoll) {
Button(BWIL10n.pollEditFormCreatePoll) {
viewModel.send(viewAction: .create)
}
.buttonStyle(PrimaryActionButtonStyle())