Skip to content
Snippets Groups Projects
Commit 4fcae806 authored by Angie Byron's avatar Angie Byron
Browse files

#841266 by Nephele: Fix typo in field ui string.

parent c96c5956
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -147,7 +147,7 @@ function options_field_widget_settings_form($field, $instance) {
if ($instance['widget']['type'] == 'options_onoff') {
$form['display_label'] = array(
'#type' => 'checkbox',
'#title' => t('Use field label instead the "On value" as label'),
'#title' => t('Use field label instead of the "On value" as label'),
'#default_value' => $instance['widget']['settings']['display_label'],
'#weight' => -1,
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment