frontend: made message i18n compliant

This commit is contained in:
Alex
2025-02-26 21:41:34 +01:00
parent 3eeb35c768
commit 6b408d64a7

View File

@@ -36,7 +36,7 @@
{/if} {/if}
{#if message} {#if message}
<h4 class="step-subtitle">{message}</h4> <h4 class="step-subtitle">{$t(message)}</h4>
{/if} {/if}
<input type="hidden" name="next" value={$page.url.searchParams.get('next')} /> <input type="hidden" name="next" value={$page.url.searchParams.get('next')} />
@@ -53,7 +53,7 @@
name="password" name="password"
placeholder={$t('placeholder.password')} placeholder={$t('placeholder.password')}
/> />
<a href="/auth/password/request-change" class="forgot-password">{$t('forgot_password')}?</a> <a href="/auth/password/change" class="forgot-password">{$t('forgot_password')}?</a>
</div> </div>
</div> </div>
<div class="btn-container"> <div class="btn-container">