Skip to content

Commit 563593a

Browse files
authored
Merge pull request #4744 from uclixnjupyternbaccessibility/issue-3977
Name of the "EditTextbox" is missing: #3977
2 parents 7ea809d + f986bf7 commit 563593a

File tree

1 file changed

+1
-0
lines changed
  • notebook/static/notebook/js/celltoolbarpresets

1 file changed

+1
-0
lines changed

notebook/static/notebook/js/celltoolbarpresets/tags.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ define([
166166
"is treated as tag separators.");
167167

168168
var textarea = $('<textarea/>')
169+
.attr('aria-label', i18n.msg._('Edit the tags in the text area'))
169170
.attr('rows', '13')
170171
.attr('cols', '80')
171172
.attr('name', 'tags')

0 commit comments

Comments
 (0)