mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-03-30 15:08:29 +00:00
Merge ac373fc755dcf9f6d6b0258a95802ac7837267d8 into 9922c233220751e9611b42414ecd82fcde757480
This commit is contained in:
commit
1b08e010a7
@ -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