Renamed Co-Market to Wiaas Market on frontend
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<link rel="shortcut icon" href="%PUBLIC_URL%/static/img/wiaas-favicon.png">
|
||||
<link rel="stylesheet" type="text/css" href="%PUBLIC_URL%/static/fonts/proxima-nova-web-fonts-master/fonts/fonts.min.css" />
|
||||
<script src="%PUBLIC_URL%/static/js/tinymce/js/tinymce/tinymce.min.js"></script>
|
||||
<title>Co-Market</title>
|
||||
<title>Wiaas Market</title>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
|
||||
@@ -189,7 +189,7 @@ export const getModules = () => {
|
||||
{
|
||||
id: '18',
|
||||
name: 'CoMarket',
|
||||
menuName: 'Co-Market',
|
||||
menuName: 'Wiaas Market',
|
||||
url: 'co-market',
|
||||
isInMenu: '1'
|
||||
}
|
||||
|
||||
@@ -63,7 +63,7 @@ export const cartMessages = {
|
||||
PACKAGE_ADDED: "Package added to cart!",
|
||||
OPTIONS_ADDED: "Package options saved!",
|
||||
QUANTITY_UPDATED: "Quantity has been updated for the package!",
|
||||
INVALID_PACKAGE_FOR_REMOVE: "This package is not available in your cart! In case this error persists contact Co-Market!",
|
||||
INVALID_PACKAGE_FOR_REMOVE: "This package is not available in your cart! In case this error persists contact Wiaas Market!",
|
||||
PACKAGE_REMOVED_FROM_CART: "The package has been removed from the cart!",
|
||||
INVALID_QUANTITY: "The quantity can be a number between 1 and 65000!",
|
||||
CART_EMPTY: "You must have at least one package in the cart!",
|
||||
@@ -80,8 +80,8 @@ export const cartMessages = {
|
||||
LINK_CUSTOMER_CL: "There is no link between you and the reseller!",
|
||||
ORDER_PLACED: "Order was successfully placed!",
|
||||
ORDER_ERROR: "Something went wrong when placing the order!",
|
||||
NO_PACKAGES_IN_CART: "Go to Co-Market to add packages.",
|
||||
BROKER_MAIL_SENT: "A confirmation email was sent to Co-Market!",
|
||||
NO_PACKAGES_IN_CART: "Go to Wiaas Market to add packages.",
|
||||
BROKER_MAIL_SENT: "A confirmation email was sent to Wiaas Market!",
|
||||
MAIL_SENT: "Confirmation mail was sent with the order details!",
|
||||
ERROR_MAIL_SENT: "Error when sending mail!",
|
||||
ERROR_ORDER_INSERT: "An error occured while placing the order!",
|
||||
@@ -121,7 +121,7 @@ export const cartTexts = {
|
||||
labels: {
|
||||
ON_DELIVERY: 'On delivery',
|
||||
MONTHLY: 'Monthly',
|
||||
EMPTY_CART: 'Your cart is empty. You can add packages from Co-Market.',
|
||||
EMPTY_CART: 'Your cart is empty. You can add packages from Wiaas Market.',
|
||||
VAT: 'VAT code',
|
||||
REFERENCE: 'Location details',
|
||||
BID: 'Invoice reference',
|
||||
|
||||
@@ -30,7 +30,7 @@ export const coMarketMessages = {
|
||||
PACKAGE_ADDED: "Package added to cart!",
|
||||
OPTIONS_ADDED: "Package options saved!",
|
||||
QUANTITY_UPDATED: "Quantity has been updated for the package!",
|
||||
INVALID_PACKAGE_FOR_REMOVE: "This package is not available in your cart! In case this error persists contact the Co-Market!",
|
||||
INVALID_PACKAGE_FOR_REMOVE: "This package is not available in your cart! In case this error persists contact the Wiaas Market!",
|
||||
PACKAGE_REMOVED_FROM_CART: "The package has been removed from the cart!",
|
||||
INVALID_QUANTITY: "The quantity can be a number between 1 and 65000!",
|
||||
CART_EMPTY: "You must have at least one package in the cart!",
|
||||
@@ -47,8 +47,8 @@ export const coMarketMessages = {
|
||||
LINK_CUSTOMER_CL: "There is no link between you and the reseller!",
|
||||
ORDER_PLACED: "Order was successfully placed!",
|
||||
ORDER_ERROR: "Something went wrong when placing the order!",
|
||||
NO_PACKAGES_IN_CART: "Go to the Co-Market to add packages.",
|
||||
BROKER_MAIL_SENT: "A confirmation email was sent to the Co-Market!",
|
||||
NO_PACKAGES_IN_CART: "Go to the Wiaas Market to add packages.",
|
||||
BROKER_MAIL_SENT: "A confirmation email was sent to the Wiaas Market!",
|
||||
MAIL_SENT: "Confirmation mail was sent with the order details!",
|
||||
ERROR_MAIL_SENT: "Error when sending mail!",
|
||||
ERROR_ORDER_INSERT: "An error occured while placing the order!",
|
||||
|
||||
@@ -13,7 +13,7 @@ export const dashboardTexts = {
|
||||
labels : {
|
||||
ORDER_CENTRAL: 'Order Central',
|
||||
NEXT_ACTIONS: 'Next Actions',
|
||||
NO_ORDERS: 'For the moment you don\'t have any orders. Go to the Co-Market to add packages.',
|
||||
NO_ORDERS: 'For the moment you don\'t have any orders. Go to the Wiaas Market to add packages.',
|
||||
NO_ACTIONS: 'No actions available.'
|
||||
},
|
||||
tableHeaders: {
|
||||
|
||||
Reference in New Issue
Block a user