Skip to content

Commit

Permalink
Add missing l10n call
Browse files Browse the repository at this point in the history
  • Loading branch information
flack committed Sep 16, 2023
1 parent 643f59e commit 2b3ca59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/midcom/datamanager/template/form.php
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ public function choice_widget_collapsed(FormView $view, array $data)
&& "0" !== $data['value']) {
$string .= ' selected="selected"';
}
$string .= '>' . $data['placeholder'] . '</option>';
$string .= '>' . $this->renderer->humanize($data['placeholder']) . '</option>';
}
$available_values = [];
if (count($data['preferred_choices']) > 0) {
Expand Down

0 comments on commit 2b3ca59

Please sign in to comment.