Fixes issue#3977 by adding the aria-label attribute

This commit is contained in:
fabihaahmed 2019-06-28 19:39:18 +01:00
parent a403d59cb0
commit ab56f9db4f

View File

@ -166,6 +166,7 @@ define([
"is treated as tag separators.");
var textarea = $('<textarea/>')
.attr('aria-label', 'Edit the tags in the text area')
.attr('rows', '13')
.attr('cols', '80')
.attr('name', 'tags')