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