Skip to content

Commit

Permalink
Merge pull request #5 from backdrop-contrib/from-reply-to
Browse files Browse the repository at this point in the history
Issue backdrop-contrib#198: Rename "From" column header to "Reply-to".
  • Loading branch information
robertgarrigos authored Dec 5, 2022
2 parents 0a6ec50 + ce8dc59 commit f6581f4
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 f6581f4

Please sign in to comment.