Skip to content

Commit 9fe2d14

Browse files
Use “Back” text for back link
1 parent 8aa4664 commit 9fe2d14

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/components/all.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -950,7 +950,7 @@
950950

951951
{{ backLink({
952952
"href": "#",
953-
"text": "Go back"
953+
"text": "Back"
954954
}) }}
955955

956956
{% set tabOneContent %}

app/components/back-link/button.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div class="nhsuk-grid-row">
77
<div class="nhsuk-grid-column-two-thirds">
88
{{ backLink({
9-
"text": "Go back",
9+
"text": "Back",
1010
"element": "button"
1111
}) }}
1212
</div>

app/components/back-link/index.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div class="nhsuk-grid-column-two-thirds">
88
{{ backLink({
99
href: "#",
10-
text: "Go back"
10+
text: "Back"
1111
}) }}
1212
</div>
1313
</div>

0 commit comments

Comments
 (0)