diff --git a/app/store/components/product-management/collection-form/form-page.tsx b/app/store/components/product-management/collection-form/form-page.tsx index 0e2780b4..76c5637e 100644 --- a/app/store/components/product-management/collection-form/form-page.tsx +++ b/app/store/components/product-management/collection-form/form-page.tsx @@ -199,7 +199,7 @@ export function FormPage() { onClick={handleDeleteCollection} disabled={isSubmitting} > - {isSubmitting ? 'Eliminando...' : 'Eliminar colección'} + {isSubmitting ? 'Eliminar colección' : 'Eliminar colección'} )}