Skip to content

Commit 9ebd6f5

Browse files
Update default status text to use 'sorted'
As this represents the current status of the table, past tense should be clearer.
1 parent 7279943 commit 9ebd6f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/nhsuk-frontend/src/nhsuk/components/tables

packages/nhsuk-frontend/src/nhsuk/components/tables/table.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ export class Table extends ConfigurableComponent {
342342
* @type {TableConfig}
343343
*/
344344
static defaults = Object.freeze({
345-
statusMessage: 'Sort by %heading% (%direction%)',
345+
statusMessage: 'Sorted by %heading% (%direction%)',
346346
ascendingText: 'ascending',
347347
descendingText: 'descending'
348348
})

0 commit comments

Comments
 (0)