Skip to content

Commit

Permalink
Merge pull request #885 from nhsuk/roshaanbajwa-patch-1
Browse files Browse the repository at this point in the history
Fix typos for suffix prefix
  • Loading branch information
roshaanbajwa authored Aug 31, 2023
2 parents 4cc2d2c + fed6ec7 commit f8fe4f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions app/components/input/error-and-prefix-and-suffix.njk
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
"label": {
"text": "What is the cost per item, in pounds?"
},
"hint": {
"text": "Divide the total cost, in pounds, by the number of items."
},
"id": "input-with-error-message-and-prefix-and-suffix",
"name": "test-name-7",
"prefix": "£",
Expand Down
2 changes: 1 addition & 1 deletion app/components/input/prefix-and-suffix.njk
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class="nhsuk-grid-column-two-thirds">
{{ input({
"label": {
"text": "What is the cost per item, in pounds??"
"text": "What is the cost per item, in pounds?"
},
"id": "input-with-prefix-and-suffix",
"name": "test-name-6",
Expand Down

0 comments on commit f8fe4f7

Please sign in to comment.