Skip to content

Commit

Permalink
Issue 1: Change Edit to Configure
Browse files Browse the repository at this point in the history
  • Loading branch information
herbdool authored Jan 19, 2019
2 parents e5a962b + a0e9495 commit 8eaeeaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions field_group.field_ui.inc
Original file line number Diff line number Diff line change
Expand Up @@ -236,10 +236,10 @@ function field_group_field_ui_overview_form_alter(&$form, &$form_state, $display
$table[$name]['settings_edit']['edit'] = $base_button + array(
'#type' => 'submit',
'#name' => $name . '_group_settings_edit',
'#value' => t('Edit'),
'#attributes' => array('class' => array('field-formatter-settings-edit'), 'alt' => t('Edit')),
'#value' => t('Configure'),
'#attributes' => array('class' => array('field-formatter-settings-edit'), 'alt' => t('Configure')),
'#op' => 'edit',
// Do not check errors for the 'Edit' button.
// Do not check errors for the 'Configure' button.
'#limit_validation_errors' => array(),
);
if ($display_overview) {
Expand Down

0 comments on commit 8eaeeaa

Please sign in to comment.