Skip to content

Commit

Permalink
Set title of list of lineitems to 'Payment Information' to match chan…
Browse files Browse the repository at this point in the history
…ges in 8.x version
  • Loading branch information
mattwire committed Jan 11, 2021
1 parent 396b04e commit 96bdd8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/wf_crm_webform_preprocess.inc
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ class wf_crm_webform_preprocess extends wf_crm_webform_base {
];
return theme('table', [
'sticky' => FALSE,
'caption' => $this->contribution_page['title'],
'caption' => $this->contribution_page['frontend_title'] ?? $this->contribution_page['title'],
'header' => [],
'rows' => $rows,
'attributes' => ['id' => "wf-crm-billing-items"],
Expand Down

0 comments on commit 96bdd8c

Please sign in to comment.