mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-03-30 15:08:29 +00:00
Duratoin -> Duration
This commit is contained in:
parent
f337ee0643
commit
ac373fc755
@ -30,7 +30,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
</label>
|
||||
|
||||
<label class="sitekey-form__label" for="duration">
|
||||
Cooldown Duratoin(in seconds)
|
||||
Cooldown Duration(in seconds)
|
||||
<input
|
||||
class="sitekey-form__input"
|
||||
type="number"
|
||||
|
@ -57,7 +57,7 @@ const finalHtml = () => {
|
||||
</label>
|
||||
|
||||
<label class="sitekey-form__label" for="duration">
|
||||
Cooldown Duratoin(in seconds)
|
||||
Cooldown Duration(in seconds)
|
||||
<input
|
||||
class="sitekey-form__input"
|
||||
type="number"
|
||||
|
@ -65,7 +65,7 @@ export const update = (): string => {
|
||||
</label>
|
||||
|
||||
<label class="sitekey-form__label" for="duration">
|
||||
Cooldown Duratoin(in seconds)
|
||||
Cooldown Duration(in seconds)
|
||||
<input
|
||||
class="sitekey-form__input"
|
||||
type="number"
|
||||
|
@ -110,7 +110,7 @@ export const getAddForm = (): string => `
|
||||
</label>
|
||||
|
||||
<label class="sitekey-form__label" for="duration">
|
||||
Cooldown Duratoin(in seconds)
|
||||
Cooldown Duration(in seconds)
|
||||
<input
|
||||
class="sitekey-form__input"
|
||||
type="number"
|
||||
@ -183,7 +183,7 @@ export const getRemoveButtonHTMLForm = (): string => {
|
||||
</label>
|
||||
|
||||
<label class="sitekey-form__label" for="duration">
|
||||
Cooldown Duratoin(in seconds)
|
||||
Cooldown Duration(in seconds)
|
||||
<input
|
||||
class="sitekey-form__input"
|
||||
type="number"
|
||||
|
@ -19,7 +19,7 @@ export const EDIT_FORM = `
|
||||
/>
|
||||
</label>
|
||||
<label class="sitekey-form__label" for="duration">
|
||||
Cooldown Duratoin(in seconds)
|
||||
Cooldown Duration(in seconds)
|
||||
<input
|
||||
class="sitekey-form__input"
|
||||
type="number"
|
||||
|
@ -22,7 +22,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
/>
|
||||
</label>
|
||||
<label class="sitekey-form__label" for="duration">
|
||||
Cooldown Duratoin(in seconds)
|
||||
Cooldown Duration(in seconds)
|
||||
<input
|
||||
<. if READONLY { .>
|
||||
<.= "readonly='readonly'" .>
|
||||
|
Loading…
x
Reference in New Issue
Block a user