diff --git a/properties.schema b/properties.schema index 38d6037..5ccf80b 100644 --- a/properties.schema +++ b/properties.schema @@ -72,7 +72,7 @@ "default": "", "inputType": "Text", "validators": [], - "help": "This will be read out by screen readers instead of reading the title, body & instruction fields when focusing on the options. To be clear and concise, ensure the text encompasses only the question associated.", + "help": "This will be read out by screen readers instead of reading the 'Display title', 'Body' & 'Instruction' fields when focusing on the options. To be clear and concise, ensure the text encompasses only the question associated.", "translatable": true }, "_items": { diff --git a/schema/component.schema.json b/schema/component.schema.json index 1bd34b6..6c08b70 100644 --- a/schema/component.schema.json +++ b/schema/component.schema.json @@ -35,7 +35,8 @@ }, "ariaQuestion": { "type": "string", - "title": "ariaQuestion", + "title": "ARIA question", + "description": "This will be read out by screen readers instead of reading the 'Display title', 'Body' & 'Instruction' fields when focusing on the options. To be clear and concise, ensure the text encompasses only the question associated.", "default": "", "_adapt": { "translatable": true