mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 18:42:47 +02:00
vector-im/element-ios/issues/5114 - Poll creation screen
- added input toolbar poll creation action. - reordered input toolbar actions as per designs. - added multiline text field and extracted common components.
This commit is contained in:
committed by
Stefan Ceriu
parent
01188f593e
commit
ba9c40cf2d
@@ -1780,3 +1780,19 @@ Tap the + to start adding people.";
|
||||
"version_check_modal_title_deprecated" = "We’re no longer supporting iOS %@";
|
||||
"version_check_modal_subtitle_deprecated" = "We've been working on enhancing %@ for a faster and more polished experience. Unfortunately your current version of iOS is not compatible with some of those fixes and is no longer supported.\nWe're advising you to upgrade your operating system to use %@ to its full potential.";
|
||||
"version_check_modal_action_title_deprecated" = "Find out how";
|
||||
|
||||
// Mark: - Polls
|
||||
|
||||
"poll_edit_form_create_poll" = "Create poll";
|
||||
|
||||
"poll_edit_form_poll_question_or_topic" = "Poll question or topic";
|
||||
|
||||
"poll_edit_form_question_or_topic" = "Question or topic";
|
||||
|
||||
"poll_edit_form_input_placeholder" = "Write something";
|
||||
|
||||
"poll_edit_form_create_options" = "Create options";
|
||||
|
||||
"poll_edit_form_option_number" = "Option %d";
|
||||
|
||||
"poll_edit_form_add_option" = "Add option";
|
||||
|
||||
Reference in New Issue
Block a user