Skip to content

Commit

Permalink
update print copy
Browse files Browse the repository at this point in the history
  • Loading branch information
lambley committed Sep 1, 2023
1 parent 79d55e1 commit 6581242
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/assets/javascripts/components/PrintYourPlan.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
data-ga-field-event_action="print_page"
>
print your plan</a>.
Save or print the plan as a PDF by selecting the PDF option in the print view.
</p>
</div>
</template>
5 changes: 4 additions & 1 deletion app/views/components/summary-tab-footer.njk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
<div id="{{ options.shareLinkId }}">
{# JavaScript enhanced share link component. See /app/assets/javascripts/summary.js and associated Vue components. #}
</div>

<span class="govuk-heading-m">Print your summary</span>
<p>
Save or print this summary as a PDF by selecting the PDF option in the 'Print this summary' view.
</p>
{{ govukButton({
text: "Print this summary",
type: "button",
Expand Down

0 comments on commit 6581242

Please sign in to comment.