mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
add aria-label
This commit is contained in:
parent
ad552e100f
commit
5318d97148
@ -434,6 +434,7 @@ define([
|
||||
});
|
||||
var sendButton = h('button.btn.btn-primary', {
|
||||
title: Messages.contacts_send,
|
||||
'aria-label': Messages.contacts_send
|
||||
}, Icons.get('send'));
|
||||
|
||||
var rightCol = h('span.cp-app-contacts-right-col', [
|
||||
@ -728,6 +729,7 @@ define([
|
||||
iconCls: 'settings',
|
||||
options: dropdownOptions,
|
||||
buttonCls: 'cp-app-contacts-dropdown-btn',
|
||||
buttonTitle: Messages.settingsButton
|
||||
});
|
||||
$dropdown.addClass('cp-app-contacts-icons');
|
||||
$dropdown.on('click dblclick', function (e) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user