Skip to content

Commit

Permalink
Switch example wording to U
Browse files Browse the repository at this point in the history
  • Loading branch information
frankieroberto authored Jul 16, 2024
1 parent d7a96ab commit 80a7bb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/components/button/warning.njk
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div class="nhsuk-grid-row">
<div class="nhsuk-grid-column-two-thirds">
{{ button({
"text": "Delete account",
"text": "Yes, delete this vaccine",
"classes": "nhsuk-button--warning"
}) }}
</div>
Expand Down
2 changes: 1 addition & 1 deletion packages/components/button/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Find out more about the button component and when to use it in the [NHS digital
{% from 'components/button/macro.njk' import button %}
{{ button({
"text": "Delete account",
"text": "Yes, delete this vaccine",
"classes": "nhsuk-button--warning"
}) }}
```
Expand Down

0 comments on commit 80a7bb9

Please sign in to comment.