Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
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