diff --git a/modules/customers/src/common/locales/en.json b/modules/customers/src/common/locales/en.json
index bf0e0bc5..9579c12c 100644
--- a/modules/customers/src/common/locales/en.json
+++ b/modules/customers/src/common/locales/en.json
@@ -21,13 +21,21 @@
"description": "Manage your customers",
"list": {
"title": "Customer list",
- "description": "List all customers",
+ "description": "Manage your customers and their contact information",
"grid_columns": {
"customer": "Customer",
"status": "Status",
"contact": "Contact",
"address": "Address",
"actions": "Actions"
+ },
+ "actions": {
+ "more": "More",
+ "view": "View",
+ "edit": "Edit customer",
+ "delete": "Delete customer",
+ "visit_website": "Visit website",
+ "copy_email": "Copy email"
}
},
"create": {
@@ -192,6 +200,9 @@
"no_entities_found": "No results found for \"{{search}}\"",
"select_or_create": "Select an item from the list or create a new one.",
"create_label": "Create new item"
+ },
+ "address_cell": {
+ "open_in_google_maps": "Open address in Google Maps"
}
}
}
\ No newline at end of file
diff --git a/modules/customers/src/common/locales/es.json b/modules/customers/src/common/locales/es.json
index d6c9ff25..8921b099 100644
--- a/modules/customers/src/common/locales/es.json
+++ b/modules/customers/src/common/locales/es.json
@@ -21,13 +21,21 @@
"description": "Gestiona tus clientes",
"list": {
"title": "Lista de clientes",
- "description": "Lista todos los clientes",
+ "description": "Gestiona la información de tus clientes y sus datos de contacto",
"grid_columns": {
"customer": "Cliente",
"status": "Estado",
"contact": "Contacto",
"address": "Dirección",
"actions": "Acciones"
+ },
+ "actions": {
+ "more": "Más",
+ "view": "Ver",
+ "edit": "Editar cliente",
+ "delete": "Eliminar cliente",
+ "visit_website": "Visitar sitio web",
+ "copy_email": "Copiar email"
}
},
"create": {
@@ -53,8 +61,8 @@
"customer_type": {
"label": "Este cliente es...",
"description": "Seleccione el tipo de cliente",
- "company": "una empresa",
- "individual": "una persona"
+ "company": "Empresa",
+ "individual": "Particular"
},
"name": {
"label": "Nombre",
@@ -194,6 +202,9 @@
"no_entities_found": "No se encontraron resultados para \"{{search}}\"",
"select_or_create": "Seleccione un elemento de la lista o cree uno nuevo.",
"create_label": "Crear nuevo elemento"
+ },
+ "address_cell": {
+ "open_in_google_maps": "Abrir dirección en Google Maps"
}
}
}
\ No newline at end of file
diff --git a/modules/customers/src/web/list/ui/blocks/customers-grid/use-customer-grid-columns.tsx b/modules/customers/src/web/list/ui/blocks/customers-grid/use-customer-grid-columns.tsx
index 7d55508a..d9216d50 100644
--- a/modules/customers/src/web/list/ui/blocks/customers-grid/use-customer-grid-columns.tsx
+++ b/modules/customers/src/web/list/ui/blocks/customers-grid/use-customer-grid-columns.tsx
@@ -40,7 +40,7 @@ export function useCustomersGridColumns(
),
accessorFn: (row) => row.name,
@@ -51,45 +51,53 @@ export function useCustomersGridColumns(
const customer = row.original;
return (
-
-
-
-
-
-
+