diff --git a/frontend/src/components/Login/LoginForm.vue b/frontend/src/components/Login/LoginForm.vue index f2625f794..daa5700b2 100644 --- a/frontend/src/components/Login/LoginForm.vue +++ b/frontend/src/components/Login/LoginForm.vue @@ -13,7 +13,7 @@ class="mr-2" > - Login + {{$t('user.login')}} @@ -56,7 +56,7 @@ > - Could Not Validate Credentials + {{$t('user.could-not-validate-credentials')}} diff --git a/frontend/src/locales/messages/en.json b/frontend/src/locales/messages/en.json index 7f12c5654..165e94798 100644 --- a/frontend/src/locales/messages/en.json +++ b/frontend/src/locales/messages/en.json @@ -85,7 +85,9 @@ "are-you-sure-you-want-to-delete-the-link": "Are you sure you want to delete the link {link}?", "link-id": "Link ID", "users": "Users", - "groups": "Groups" + "groups": "Groups", + "could-not-validate-credentials": "Could Not Validate Credentials", + "login": "Login" }, "meal-plan": { "shopping-list": "Shopping List",