From 2b058461e0203e5e1647642f486ff3bb1dd75c49 Mon Sep 17 00:00:00 2001 From: Daniel Molares Date: Tue, 30 Apr 2024 17:41:11 -0400 Subject: [PATCH] Hotfix: added error description change that was meant to go to dev, not main --- translations/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/translations/en.json b/translations/en.json index 816e1b07..cd55f4f5 100644 --- a/translations/en.json +++ b/translations/en.json @@ -358,7 +358,7 @@ "rule.desc.NoHeadings": "

If appropriate, add headings to the page to organize the content for sighted and screen reader users. The headings should represent an accurate outline of the content

", "rule.desc.ObjectMustContainText": "

Multimedia objects should be accompanied by a link to a transcript of the content.

", "rule.desc.ObjectTagDetected": "

Multimedia embedded using the 'Object' tag may require the user to install a plugin for their web browser. This can create support and access issues for some users. Additionally, users on mobile devices may not be able to view the multimedia content at all. Consider using an alternative format that the user's browser can display natively.

", - "rule.desc.ParagraphNotUsedAsHeader": "

Bold and Italics are used to emphasize text, whereas headings are used to define the structure of the document. Headings like h1-h6 are extremely useful for non-sighted users to navigate the structure of the page, and formatting a paragraph to just be big or bold, while it might visually look like a heading, does not make it one.

", + "rule.desc.ParagraphNotUsedAsHeader": "

Bold and Italics are used to emphasize text, whereas headings are used to define the structure of the document. Headings like h1-h6 are extremely useful for non-sighted users to navigate the structure of the page, and formatting a paragraph to just be big or bold, while it might visually look like a heading, does not make it one. UDOIT has flagged this as a potential usage of style for document structure, please ensure that this is not the case when you review the content in the HTML editor.

", "rule.desc.PreShouldNotBeUsedForTabularValues": "

If a pre element is used for tabular data, change the data to use a well-formed table.

", "rule.desc.RedirectedLink": "

When the address of a web page changes, the content owner may set up a redirect so that the link is not broken. However, that redirect could go away in the future, so it's best to update the link now. The real url has been populated into the form below.

", "rule.desc.TableDataShouldHaveTableHeader": "

Table headers provide a description of the table structure for sighted and screen reader users.

", @@ -384,4 +384,4 @@ "rule.label.SearchKeyWord": "Keyword found", "rule.desc.SearchKeyWord": "The keyword has been found" -} \ No newline at end of file +}