Skip to content

Commit

Permalink
#333: Correcting aria label according to accessibility guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
KattisLej committed May 18, 2022
1 parent 23a46ca commit 8573b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/Report.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ export const Report = () => {
return (
<div key={dateStr} className="col-1 cell-container">
<input
aria-labelledby={`total of hours spent during the day ${dateStr}`}
aria-label={`total of hours spent during the day ${dateStr}`}
type="text"
id={dateStr}
className="cell not-outline"
Expand Down

0 comments on commit 8573b2c

Please sign in to comment.