UNPKG

@spartacus/user

Version:

User feature library for Spartacus

41 lines (36 loc) 978 B
const userAccount = { loginForm: { forgotPassword: 'Forgot password?', signIn: 'Sign In', register: 'Register', dontHaveAccount: 'Don’t have an account?', guestCheckout: 'Guest Checkout', emailAddress: { label: 'Email address', placeholder: 'Enter email', }, password: { label: 'Password', placeholder: 'Password', }, wrongEmailFormat: 'This is not a valid email format.', }, miniLogin: { userGreeting: 'Hi, {{name}}', signInRegister: 'Sign In / Register', }, }; const en = { userAccount, }; const userAccountTranslations = { en, }; const userAccountTranslationChunksConfig = { userAccount: ['loginForm', 'miniLogin'], }; /** * Generated bundle index. Do not edit. */ export { userAccountTranslationChunksConfig, userAccountTranslations }; //# sourceMappingURL=spartacus-user-account-assets.js.map