Skip to content

Commit

Permalink
Issue #198: Rename "From" column header to "Reply-to".
Browse files Browse the repository at this point in the history
  • Loading branch information
jenlampton authored Jun 6, 2022
1 parent 977e81e commit ce8dc59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/webform.emails.inc
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ function theme_webform_emails_form(array $variables) {
$form = $variables['form'];
$node = $form['#node'];

$header = array(t('Send'), t('E-mail to'), t('Subject'), t('From'), array('data' => t('Operations'), 'colspan' => 3));
$header = array(t('Send'), t('E-mail to'), t('Subject'), t('Reply-to'), array('data' => t('Operations'), 'colspan' => 3));
$rows = array();

if (!empty($form['emails'])) {
Expand Down

0 comments on commit ce8dc59

Please sign in to comment.