Duratoin -> Duration

This commit is contained in:
Bill Mitchell 2023-08-08 18:02:58 -04:00
parent f337ee0643
commit ac373fc755
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'" .>