mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
chore: renmame payment receive term to payment received
This commit is contained in:
@@ -179,8 +179,8 @@ export const SidebarMenu = [
|
||||
type: ISidebarMenuItemType.Link,
|
||||
},
|
||||
{
|
||||
text: <T id={'sidebar.payment_receives'} />,
|
||||
href: '/payment-receives',
|
||||
text: <T id={'sidebar.payments_received'} />,
|
||||
href: '/payments-received',
|
||||
type: ISidebarMenuItemType.Link,
|
||||
permission: {
|
||||
subject: AbilitySubject.PaymentReceive,
|
||||
@@ -226,8 +226,8 @@ export const SidebarMenu = [
|
||||
type: ISidebarMenuItemType.Link,
|
||||
},
|
||||
{
|
||||
text: <T id={'sidebar.new_payment_receive'} />,
|
||||
href: '/payment-receives/new',
|
||||
text: <T id={'sidebar.new_payment_received'} />,
|
||||
href: '/payment-received/new',
|
||||
type: ISidebarMenuItemType.Link,
|
||||
permission: {
|
||||
subject: AbilitySubject.PaymentReceive,
|
||||
|
||||
Reference in New Issue
Block a user