Skip to content

Commit cb9a9fc

Browse files
authored
Merge branch 'develop' into feature/nrmi-39-self-serve-user-name-update
2 parents 947f15d + 9c2c1d6 commit cb9a9fc

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)