MESSENGER-3652 changed text closed poll into hidden poll

This commit is contained in:
Arnfried Griesert
2022-10-06 05:57:49 +00:00
committed by Frank Rotermund
parent d6d4d22541
commit 93c40d43f3
3 changed files with 7 additions and 1 deletions
@@ -65,7 +65,7 @@ private struct PollEditFormTypeButton: View {
case .disclosed:
return VectorL10n.pollEditFormPollTypeOpen
case .undisclosed:
return VectorL10n.pollEditFormPollTypeClosed
return BWIL10n.pollEditFormPollTypeClosed
}
}