A11y - Remove vote button should have more descriptive label

Change-Id: I6008c02c76f0e5d4343d63a9f45ff18a69d79ea3
This commit is contained in:
Milutin Kristofic
2020-05-25 09:40:33 +02:00
parent 7c55ca449e
commit 1ca4f33d6c

View File

@@ -109,7 +109,7 @@ export const htmlTemplate = html`
<td>
<gr-button
link=""
aria-label="Remove"
aria-label="Remove vote"
on-click="_onDeleteVote"
tooltip="Remove vote"
data-account-id$="[[mappedLabel.account._account_id]]"