diff --git a/src/pages/POS/Inventory/ImportModal.vue b/src/pages/POS/Inventory/ImportModal.vue index 41d1be5..f406cdf 100644 --- a/src/pages/POS/Inventory/ImportModal.vue +++ b/src/pages/POS/Inventory/ImportModal.vue @@ -130,7 +130,7 @@ const importProducts = async () => { ).join('\n'); console.error('Errores de validación:', errorMessages); - window.Notify.error('Error de validación en el archivo. Revisa la consola.'); + window.Notify.error('Error de validación en el archivo.'); } else { window.Notify.error(data.data?.message || 'Error al importar productos'); }