diff --git a/lib/rules/td-headers-attr.json b/lib/rules/td-headers-attr.json index efaa407289..22d7dd2488 100644 --- a/lib/rules/td-headers-attr.json +++ b/lib/rules/td-headers-attr.json @@ -17,7 +17,7 @@ "actIds": ["a25f45"], "metadata": { "description": "Ensure that each cell in a table that uses the headers attribute refers only to other elements in that table", - "help": "Table cell headers attributes must refer to other elements in the same table." + "help": "Table cell headers attributes must refer to other elements in the same table" }, "all": ["td-headers-attr"], "any": [], diff --git a/locales/_template.json b/locales/_template.json index 57da154737..a607fb058a 100644 --- a/locales/_template.json +++ b/locales/_template.json @@ -403,7 +403,7 @@ }, "td-headers-attr": { "description": "Ensure that each cell in a table that uses the headers attribute refers only to other elements in that table", - "help": "Table cell headers attributes must refer to other elements in the same table." + "help": "Table cell headers attributes must refer to other elements in the same table" }, "th-has-data-cells": { "description": "Ensure that elements and elements with role=columnheader/rowheader have data cells they describe", diff --git a/locales/ru.json b/locales/ru.json index 2e0554c0a8..29c80cee50 100644 --- a/locales/ru.json +++ b/locales/ru.json @@ -403,7 +403,7 @@ }, "td-headers-attr": { "description": "Убедитесь, что каждая ячейка в таблице, использующая атрибут headers, ссылается только на другие элементы в этой таблице", - "help": "Атрибуты headers ячеек таблицы должны ссылаться на другие элементы в той же таблице." + "help": "Атрибуты headers ячеек таблицы должны ссылаться на другие элементы в той же таблице" }, "th-has-data-cells": { "description": "Убедитесь, что элементы и элементы с ролью columnheader/rowheader имеют ячейки данных, которые они описывают",