From 997b5fb5c57ebc38bd52e9cf34086bb1bed9e6c1 Mon Sep 17 00:00:00 2001 From: Reem Ibrahim Date: Mon, 8 Dec 2025 12:03:09 +0000 Subject: [PATCH] fixed missing label accessibility issue --- app/views/admin/frameworks/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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