diff --git a/app/assets/javascripts/components/PrintYourPlan.vue b/app/assets/javascripts/components/PrintYourPlan.vue index 5850cdb..b6ac022 100644 --- a/app/assets/javascripts/components/PrintYourPlan.vue +++ b/app/assets/javascripts/components/PrintYourPlan.vue @@ -10,6 +10,7 @@ data-ga-field-event_action="print_page" > print your plan. + Save or print the plan as a PDF by selecting the PDF option in the print view.

diff --git a/app/views/components/summary-tab-footer.njk b/app/views/components/summary-tab-footer.njk index 970f259..7f62d6e 100644 --- a/app/views/components/summary-tab-footer.njk +++ b/app/views/components/summary-tab-footer.njk @@ -5,7 +5,10 @@
{# JavaScript enhanced share link component. See /app/assets/javascripts/summary.js and associated Vue components. #}
- +Print your summary +

+ Save or print this summary as a PDF by selecting the PDF option in the 'Print this summary' view. +

{{ govukButton({ text: "Print this summary", type: "button",