Merge ac373fc755dcf9f6d6b0258a95802ac7837267d8 into 9922c233220751e9611b42414ecd82fcde757480

This commit is contained in:
Bill Mitchell 2024-04-29 16:16:42 +03:00 committed by GitHub
commit 1b08e010a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 7 additions and 7 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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'" .>