diff --git a/packages/commercetools/theme/lang/en.js b/packages/commercetools/theme/lang/en.js index 2aa6164be85..61afd8d4f7c 100644 --- a/packages/commercetools/theme/lang/en.js +++ b/packages/commercetools/theme/lang/en.js @@ -112,4 +112,7 @@ export default { 'login in to your account': 'login in to your account', 'Create an account': 'Create an account', 'Your bag is empty': 'Your bag is empty', + 'There is already an existing customer with the email.': 'There is already an existing customer with the email.', + 'Account with the given credentials not found.': 'Account with the given credentials not found.', + 'Customer account with the given credentials not found.': 'Customer account with the given credentials not found.' }; diff --git a/packages/core/nuxt-theme-module/theme/components/LoginModal.vue b/packages/core/nuxt-theme-module/theme/components/LoginModal.vue index 8e289c5698d..8edd5397ae5 100644 --- a/packages/core/nuxt-theme-module/theme/components/LoginModal.vue +++ b/packages/core/nuxt-theme-module/theme/components/LoginModal.vue @@ -15,6 +15,10 @@
+
+