mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-14 03:40:22 +03:00
add aria-label to buttons and text fields with no label #2710
This commit is contained in:
@@ -364,6 +364,9 @@ const Dashboard = memo(() => {
|
||||
) && (
|
||||
<IconButton
|
||||
size="small"
|
||||
aria-label={
|
||||
LL.CHANGE_VALUE() + ' ' + LL.VALUE(0)
|
||||
}
|
||||
onClick={() => editDashboardValue(di)}
|
||||
>
|
||||
<EditIcon
|
||||
|
||||
Reference in New Issue
Block a user