diff --git a/frontend/src/routes/account/login.svelte b/frontend/src/routes/account/login.svelte
index 9f5794b..ca61225 100644
--- a/frontend/src/routes/account/login.svelte
+++ b/frontend/src/routes/account/login.svelte
@@ -104,13 +104,13 @@
name="email"
type="email"
class="w-full peer bg-transparent h-10 rounded-lg text-gray-700 dark:text-white placeholder-transparent ring-2 px-2 ring-gray-500 focus:ring-sky-600 focus:outline-none focus:border-rose-600"
- placeholder={$t('register_page.email')}
+ placeholder={$t('words.email')}
/>
@@ -122,13 +122,13 @@
type="password"
bind:value={loginData.password}
class="w-full peer bg-transparent h-10 rounded-lg text-gray-700 dark:text-white placeholder-transparent ring-2 px-2 ring-gray-500 focus:ring-sky-600 focus:outline-none focus:border-rose-600"
- placeholder={$t('register_page.password')}
+ placeholder={$t('words.password')}
/>
@@ -160,7 +160,7 @@
/>
{:else}
- {$t('register_page.login')}
+ {$t('words.login')}
{/if}
@@ -178,7 +178,7 @@
{$t('register_page.register')}{$t('words.register')}
@@ -309,7 +309,7 @@
}
}}
class="mt-3 w-full inline-flex justify-center rounded-md border border-gray-300 shadow-sm px-4 py-2 bg-white text-base font-medium text-gray-700 hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 sm:mt-0 sm:ml-3 sm:w-auto sm:text-sm"
- >{$t('create_page.close')}
+ >{$t('words.close')}