feat(dashboard): Customer groups domain (#6098)
**What** - Adds list, detail, edit, create, add customers views to the CG domain. **Note** - Missing metadata in forms (coming in separate PR for entire admin) - Missing table filters (separate PR) CLOSES CORE-1648
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
"areYouSure": "Are you sure?",
|
||||
"noRecordsFound": "No records found",
|
||||
"typeToConfirm": "Please type {val} to confirm:",
|
||||
"noResultsTitle": "No results",
|
||||
"noResultsMessage": "Try changing the filters or search query",
|
||||
"noRecordsTitle": "No records",
|
||||
"noRecordsMessage": "There are no records to show",
|
||||
@@ -80,7 +81,15 @@
|
||||
"firstSeen": "First seen"
|
||||
},
|
||||
"customerGroups": {
|
||||
"domain": "Customer Groups"
|
||||
"domain": "Customer Groups",
|
||||
"createGroup": "Create group",
|
||||
"createCustomerGroup": "Create Customer Group",
|
||||
"createCustomerGroupHint": "Create a new customer group to segment your customers.",
|
||||
"customerAlreadyAdded": "The customer has already been added to the group.",
|
||||
"editCustomerGroup": "Edit Customer Group",
|
||||
"removeCustomersWarning_one": "You are about to remove {{count}} customer from the customer group. This action cannot be undone.",
|
||||
"removeCustomersWarning_other": "You are about to remove {{count}} customers from the customer group. This action cannot be undone.",
|
||||
"deleteCustomerGroupWarning": "You are about to delete the customer group {{name}}. This action cannot be undone."
|
||||
},
|
||||
"orders": {
|
||||
"domain": "Orders"
|
||||
|
||||
Reference in New Issue
Block a user