Skip to content

Commit f986bf7

Browse files
committed
Made a small change as requested in the PR
1 parent ab56f9d commit f986bf7

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

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

0 commit comments

Comments
 (0)