Repository URL to install this package:
|
Version:
0.0.15 ▾
|
export const wording = {
/**
* fixture for forms
*/
orderNumber: ' Order Number (Found in confirmation email)* ',
orderMobNumber: ' Order Number (Found in email) ',
lastName: 'Last Name*',
zipCode: 'Billing Zip code*',
// orderLookup: 'Look up order',
/**
* fixture for title
*/
orderLookupTitle: 'Look Up Order',
/**
* fixture for left container
*/
trackOrder: 'Start a return, or track an order, by entering your order number, Last name, and Zip Code. ',
orderHistory: 'Or, ',
orderHistory2: ' to access your order history.',
};
//# sourceMappingURL=fixture.js.map