Skip to content

Commit 178e8a4

Browse files
Apply suggestion from @SiAdcock
Co-authored-by: Simon Adcock <[email protected]>
1 parent 0fb82af commit 178e8a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotcom-rendering/src/components/AudioAtom/AudioAtom.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ export const AudioAtom = ({
368368
value={percentPlayed}
369369
onClick={updateAudioCurrentTime}
370370
readOnly={true}
371-
aria-label="Audio progress"
371+
aria-label="Audio progress percent played"
372372
/>
373373
</div>
374374
<div css={timeDurationStyle}>

0 commit comments

Comments
 (0)