diff --git a/lighthouse-core/lib/i18n/locales/ar-XB.json b/lighthouse-core/lib/i18n/locales/ar-XB.json
index cd3addac6ce7..e295430266b3 100644
--- a/lighthouse-core/lib/i18n/locales/ar-XB.json
+++ b/lighthouse-core/lib/i18n/locales/ar-XB.json
@@ -30,10 +30,10 @@
"message": "Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. [Learn more](https://web.dev/aria-required-children/)."
},
"lighthouse-core/audits/accessibility/aria-required-children.js | failureTitle": {
- "message": "Elements with `[role]` that require specific children `[role]`s, are missing."
+ "message": "Elements with an ARIA `[role]` that require children to contain a specific `[role]` are missing some or all of those required children."
},
"lighthouse-core/audits/accessibility/aria-required-children.js | title": {
- "message": "Elements with `[role]` that require specific children `[role]`s, are present"
+ "message": "Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children."
},
"lighthouse-core/audits/accessibility/aria-required-parent.js | description": {
"message": "Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. [Learn more](https://web.dev/aria-required-parent/)."
@@ -276,10 +276,10 @@
"message": "Screen readers have features to make navigating tables easier. Ensuring `
` cells using the `[headers]` attribute only refer to other cells in the same table may improve the experience for screen reader users. [Learn more](https://web.dev/td-headers-attr/)."
},
"lighthouse-core/audits/accessibility/td-headers-attr.js | failureTitle": {
- "message": "Cells in a `` element that use the `[headers]` attribute refers to other cells of that same table."
+ "message": "Cells in a `` element that use the `[headers]` attribute refer to an element `id` not found within the same table."
},
"lighthouse-core/audits/accessibility/td-headers-attr.js | title": {
- "message": "Cells in a `` element that use the `[headers]` attribute only refer to other cells of that same table."
+ "message": "Cells in a `` element that use the `[headers]` attribute refer to table cells within the same table."
},
"lighthouse-core/audits/accessibility/th-has-data-cells.js | description": {
"message": "Screen readers have features to make navigating tables easier. Ensuring table headers always refer to some set of cells may improve the experience for screen reader users. [Learn more](https://web.dev/th-has-data-cells/)."
@@ -318,7 +318,7 @@
"message": "` |