Skip to content

Commit 99406f4

Browse files
Merge pull request #1778 from nhsuk/file-upload-i18n-link
[v10] Fix link to pluralisation rules documentation
2 parents 9769f1b + 6102f42 commit 99406f4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Note: This release was created from the `support/10.x` branch.
77
### :wrench: **Fixes**
88

99
- [#1777: Remove extra space when `bodyClasses` is set](https://github.com/nhsuk/nhsuk-frontend/issues/1777)
10+
- [#1778: Fix link to file upload pluralisation rules documentation](https://github.com/nhsuk/nhsuk-frontend/issues/1778)
1011

1112
## 10.3.0 - 13 January 2026
1213

packages/nhsuk-frontend/src/nhsuk/components/file-upload/macro-options.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ export const params = {
134134
type: 'object',
135135
required: false,
136136
description:
137-
'The text displayed when multiple files have been chosen by the user. The component will replace the `%{count}` placeholder with the number of files selected. [Our pluralisation rules apply to this macro option](https://frontend.design-system.service.gov.uk/localise-govuk-frontend/#understanding-pluralisation-rules).'
137+
'The text displayed when multiple files have been chosen by the user. The component will replace the `%{count}` placeholder with the number of files selected. [Our pluralisation rules apply to this macro option](https://github.com/nhsuk/nhsuk-frontend/blob/main/docs/configuration/localisation.md#understanding-pluralisation-rules).'
138138
},
139139
noFileChosenText: {
140140
type: 'string',

0 commit comments

Comments
 (0)