Skip to content

Commit 9c2c1d6

Browse files
authored
Merge pull request #1228 from Crown-Commercial-Service/feature/nrmi-229-accessibility-issue
NRMI-229: Missing label accessibility issue
2 parents b308c24 + 997b5fb commit 9c2c1d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/admin/frameworks/show.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
%h2.govuk-fieldset__heading
3232
Definition
3333

34-
%textarea#code-editor{ readonly: true }= @definition_source
34+
%textarea#code-editor{ readonly: true, "aria-label": "framework definition" }= @definition_source
3535

3636
- if framework_not_archived?(@framework)
3737
.govuk-grid-row

0 commit comments

Comments
 (0)