We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b308c24 + 997b5fb commit 9c2c1d6Copy full SHA for 9c2c1d6
1 file changed
app/views/admin/frameworks/show.html.haml
@@ -31,7 +31,7 @@
31
%h2.govuk-fieldset__heading
32
Definition
33
34
- %textarea#code-editor{ readonly: true }= @definition_source
+ %textarea#code-editor{ readonly: true, "aria-label": "framework definition" }= @definition_source
35
36
- if framework_not_archived?(@framework)
37
.govuk-grid-row
0 commit comments