fix: Typo payments made

This commit is contained in:
Ahmed Bouhuolia
2024-08-13 19:10:09 +02:00
parent cd90fede54
commit bbcf695a6c
49 changed files with 45 additions and 45 deletions

View File

@@ -265,8 +265,8 @@ export const SidebarMenu = [
type: ISidebarMenuItemType.Link,
},
{
text: <T id={'payment_mades'} />,
href: '/payment-mades',
text: <T id={'payments_made'} />,
href: '/payments-made',
type: ISidebarMenuItemType.Link,
permission: {
subject: AbilitySubject.PaymentMade,
@@ -299,7 +299,7 @@ export const SidebarMenu = [
},
{
text: <T id={'sidebar.new_payment_made'} />,
href: '/payment-mades/new',
href: '/payments-made/new',
type: ISidebarMenuItemType.Link,
permission: {
subject: AbilitySubject.PaymentMade,