fix: fix spelling typo Maximun Attempts -> Maximum Attempts

This commit is contained in:
Fahid Latheef Alungal
2025-02-16 16:10:14 +05:30
parent 50fe94e47b
commit 54047e3c2c
15 changed files with 15 additions and 15 deletions

View File

@@ -55,7 +55,7 @@
<FormControl
type="number"
v-model="quiz.max_attempts"
:label="__('Maximun Attempts')"
:label="__('Maximum Attempts')"
/>
<FormControl
type="number"