// en.js export default { login: { welcomeText:'Hi, Welcome Back!', signInText:'Sign in to your account.', emailInputText:'Enter email address', passwordInputText:'Password', forgotText:'Forgot Password?', loginText:'Login', notAccountText:'Don’t have account?', signUpText:'Sign Up', agreeToBackup: 'Please check the prompt to agree to backup', checkTheTermsOfService: 'Please review and agree to the terms of service', } }