language strings refactoring

This commit is contained in:
Čarodej
2022-03-19 10:14:11 +01:00
parent 7564c01fa3
commit 98d9f3ab0d
73 changed files with 617 additions and 655 deletions
+3 -3
View File
@@ -2,7 +2,7 @@
<AuthContentWrapper ref="auth" class="h-screen">
<!--Log In by Email-->
<AuthContent name="log-in" :visible="true">
<Headline :title="$t('page_login.title')" :description="$t('page_login.subtitle')" />
<Headline :title="$t('welcome_back')" :description="$t('page_login.subtitle')" />
<ValidationObserver
@submit.prevent="logIn"
@@ -32,7 +32,7 @@
<AuthButton
class="w-full justify-center md:w-min"
icon="chevron-right"
:text="$t('page_login.button_next')"
:text="$t('next_step')"
:loading="isLoading"
:disabled="isLoading"
/>
@@ -92,7 +92,7 @@
<AuthButton
class="w-full justify-center md:w-min"
icon="chevron-right"
:text="$t('page_sign_in.button_log_in')"
:text="$t('log_in')"
:loading="isLoading"
:disabled="isLoading"
/>