diff --git a/front/src/views/EnableStandardProduct/EnableStandardProductView.tsx b/front/src/views/EnableStandardProduct/EnableStandardProductView.tsx
index b8e7104e65..26315b0026 100644
--- a/front/src/views/EnableStandardProduct/EnableStandardProductView.tsx
+++ b/front/src/views/EnableStandardProduct/EnableStandardProductView.tsx
@@ -103,7 +103,7 @@ function EnableStandardProductFormContainer() {
createToast({
message: `The ASSORT standard product was successfully enabled.`,
});
- navigate(`../../`);
+ navigate(`../../assort`);
break;
case "InsufficientPermissionError":
@@ -177,10 +177,10 @@ function EnableStandardProductView() {
return (
<>
{/* If a standard product is selected, the view path becomes /products/enable/X, if none is
- selected yet, the view path is /products/enable. In both cases return to ProductsView */}
+ selected yet, the view path is /products/enable. In both cases return to StandardProductsView */}