frontend: made message i18n compliant
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user