fix typos

This commit is contained in:
Alex
2024-09-29 21:29:23 +02:00
parent e56b58bd5f
commit 5f1cb4e84f

View File

@@ -55,7 +55,7 @@
class="input"
type="email"
name="email"
placeholder="{$t('placeholder_email')} "
placeholder="{$t('placeholder.email')} "
/>
</div>
<div class="input-box">
@@ -65,7 +65,7 @@
class="input"
type="password"
name="password"
placeholder={$t("placeholder_password")}
placeholder={$t("placeholder.password")}
/>
<a href="/auth/password/request-change" class="forgot-password"
>{$t("forgot_password")}?</a