Skip to content

Commit

Permalink
Fix label
Browse files Browse the repository at this point in the history
  • Loading branch information
KwikKill committed Oct 4, 2024
1 parent 0bbb6b2 commit 17e1d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Me.vue
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ const openScoreModal = () => {
:id="`input${n}`"
v-model="data_score.times[n]"
:class="{ error: context.invalid }"
aria-label="duration (en minutes)"
aria-label="duration (minutes)"
class="w-24 border-2 bg-theme-bg"
placeholder="5"
required
Expand Down

0 comments on commit 17e1d03

Please sign in to comment.