Repository URL to install this package:
|
Version:
0.0.2 ▾
|
const wording = {
name: 'Name*',
lastName: 'Last Name*',
// complete
registerTitle: 'CREATE YOUR ACCOUNT',
emailAddress: 'Email*',
phoneNumber: 'Phone Number*',
password: 'Password*',
reenterPassword: 'Re-Enter Password*',
emailNotify: 'Send me emails about my orders',
emailNotifyLabel: 'Send me email notifications about my orders',
createmyaccount: 'Create My Account',
showPasswordLabel: 'Show password',
showPassword: 'showPassword',
chooseYourQuestionLabel: 'Your custom question',
yourAnswerLabel: 'Answer*',
securityQuestion: 'Security Question*',
questionOne: 'Select Your Question',
passwordText: 'Password must contain at least 6 characters.',
selectYourQuestion: 'Select Your Question',
firstName: 'First Name',
};
export { wording };
//# sourceMappingURL=fixture.js.map