accessibilitysupport_form button should be labeled with "send" #830
Labels
good first issue
Something which can be addressed by newcomers in reasonable time
improvement
Something which improves an existing feature in some way (UX, UI, Design, Functionality)
Improvement of accessibility support form
Some Boost Union Users noticed wrong meaning of button label "submit":
accessibilitysupport_form:
$this->add_action_buttons(true, get_string('submit'));
german translation: "submit" usually is translated as "speichern"
But should be translated here as: "senden"
Describe alternatives you've considered
As translation should be adjusted only for accessibilitysupport_form it might be necessary to implement ?
$this->add_action_buttons(true, get_string('send', 'theme_boost_union'));
"send" translated as "senden"
The text was updated successfully, but these errors were encountered: