forked from GNUsocial/gnu-social
Accessibility improvement, title for popup close button
Apparently it read as "times" in screen readers.
This commit is contained in:
@@ -771,7 +771,7 @@ var SN = { // StatusNet
|
||||
|
||||
form
|
||||
.addClass('dialogbox')
|
||||
.append('<button class="close">×</button>')
|
||||
.append('<button class="close" title="' + SN.msg('popup_close_button') + '">×</button>')
|
||||
.closest('.notice-options')
|
||||
.addClass('opaque');
|
||||
|
||||
|
Reference in New Issue
Block a user