Skip to content

Commit

Permalink
fix(form): typo in localized string
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Jan 31, 2022
1 parent 520542f commit 521f5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/form.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ public static function getSpecificValueToSelect($field, $name = '', $values = ''
return Dropdown::showLanguages($name, [
'value' => $values[$field],
'display_emptychoice' => true,
'emptylabel' => '--- ' . __('All langages', 'formcreator') . ' ---',
'emptylabel' => '--- ' . __('All languages', 'formcreator') . ' ---',
'display' => false
]);
break;
Expand Down

0 comments on commit 521f5d6

Please sign in to comment.