diff --git a/app/views/admin/frameworks/show.html.haml b/app/views/admin/frameworks/show.html.haml index 4dfec6924..f6cb0b6ed 100644 --- a/app/views/admin/frameworks/show.html.haml +++ b/app/views/admin/frameworks/show.html.haml @@ -31,7 +31,7 @@ %h2.govuk-fieldset__heading Definition - %textarea#code-editor{ readonly: true }= @definition_source + %textarea#code-editor{ readonly: true, "aria-label": "framework definition" }= @definition_source - if framework_not_archived?(@framework) .govuk-grid-row