diff --git a/views/partials/_example.njk b/views/partials/_example.njk index 999e7ebe10..d2dcfe21be 100644 --- a/views/partials/_example.njk +++ b/views/partials/_example.njk @@ -117,14 +117,14 @@ {% if (option.params) or (option.isComponent and ["hint", "label"].includes(option.id)) %} {% if option.isComponent and not ["hint", "label"].includes(option.id) %} {# Link to subset of Nunjucks macro options table and Design System component page -#} - See supported {{ option.name | safe }} options for {{ optionName | safe }}. + See supported {{ option.name | safe }} macro options for {{ optionName | safe }} component macro. {% else %} {# Link to Nunjucks macro options table only -#} - See {{ option.name | safe }}. + See macro options for {{ option.name | safe }}. {% endif %} {% elif option.isComponent %} {# Link to Design System component page for nested components -#} - See {{ optionName | safe }}. + See macro options for {{ optionName | safe }}. {% endif %}