Skip to content

Commit

Permalink
Reorder and reword
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter York committed Sep 26, 2024
1 parent 4518de3 commit ccf2c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/planning/report/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ function openReportInNewTab() {

<div class="govuk-width-container">
<div>
<p>The export to PDF button will open a new tab. Right-click the page and select 'Print'. Then you can export to PDF.</p>
<DefaultButton on:click={openReportInNewTab}>Export to PDF</DefaultButton>
<p>This button will open a new tab where you should right-click, "print", and print/export to PDF.</p>
</div>
<table>
<caption class="govuk-table__caption govuk-table__caption--m">
Expand Down

0 comments on commit ccf2c2e

Please sign in to comment.