✨ renaming page in manage
This commit is contained in:
parent
74561d5362
commit
bf110f9adf
@ -90,9 +90,9 @@ export default function Navigation() {
|
|||||||
/>
|
/>
|
||||||
</Rules>
|
</Rules>
|
||||||
<HeaderLink
|
<HeaderLink
|
||||||
text={"Facturation"}
|
text={"Gestion abonnement"}
|
||||||
path={Module.getInstance().get().modules.pages.Subscription.pages.Facturation.props.path}
|
path={Module.getInstance().get().modules.pages.Subscription.pages.Manage.props.path}
|
||||||
routesActive={[Module.getInstance().get().modules.pages.Subscription.pages.Facturation.props.path]}
|
routesActive={[Module.getInstance().get().modules.pages.Subscription.pages.Manage.props.path]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
@ -46,7 +46,7 @@ export default function SubscriptionFacturation() {
|
|||||||
<div className={classes["top-container"]}>
|
<div className={classes["top-container"]}>
|
||||||
<div className={classes["top-container-title"]}>
|
<div className={classes["top-container-title"]}>
|
||||||
<Typography typo={ITypo.H1} color={ITypoColor.BLACK}>
|
<Typography typo={ITypo.H1} color={ITypoColor.BLACK}>
|
||||||
Facturation
|
Abonnement
|
||||||
</Typography>
|
</Typography>
|
||||||
</div>
|
</div>
|
||||||
<div className={classes["sub-title"]}>
|
<div className={classes["sub-title"]}>
|
||||||
|
@ -285,11 +285,11 @@
|
|||||||
"labelKey": "invite"
|
"labelKey": "invite"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Facturation": {
|
"Manage": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"props": {
|
"props": {
|
||||||
"path": "/subscription/facturation",
|
"path": "/subscription/manage",
|
||||||
"labelKey": "facturation"
|
"labelKey": "manage"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"New": {
|
"New": {
|
||||||
|
@ -285,11 +285,11 @@
|
|||||||
"labelKey": "invite"
|
"labelKey": "invite"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Facturation": {
|
"Manage": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"props": {
|
"props": {
|
||||||
"path": "/subscription/facturation",
|
"path": "/subscription/manage",
|
||||||
"labelKey": "facturation"
|
"labelKey": "manage"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"New": {
|
"New": {
|
||||||
|
@ -285,11 +285,11 @@
|
|||||||
"labelKey": "invite"
|
"labelKey": "invite"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Facturation": {
|
"Manage": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"props": {
|
"props": {
|
||||||
"path": "/subscription/facturation",
|
"path": "/subscription/manage",
|
||||||
"labelKey": "facturation"
|
"labelKey": "manage"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"New": {
|
"New": {
|
||||||
|
@ -285,11 +285,11 @@
|
|||||||
"labelKey": "invite"
|
"labelKey": "invite"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Facturation": {
|
"Manage": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"props": {
|
"props": {
|
||||||
"path": "/subscription/facturation",
|
"path": "/subscription/manage",
|
||||||
"labelKey": "facturation"
|
"labelKey": "manage"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"New": {
|
"New": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user