mirror of
https://github.com/frappe/books.git
synced 2025-01-22 22:58:28 +00:00
fix: Plural form in label
This commit is contained in:
parent
052556d132
commit
7d4d2e6c50
@ -28,7 +28,7 @@ const config = {
|
||||
},
|
||||
items: [
|
||||
{
|
||||
label: _('Invoice'),
|
||||
label: _('Invoices'),
|
||||
route: '/list/SalesInvoice',
|
||||
doctype: 'SalesInvoice'
|
||||
},
|
||||
@ -57,7 +57,7 @@ const config = {
|
||||
},
|
||||
items: [
|
||||
{
|
||||
label: _('Bill'),
|
||||
label: _('Bills'),
|
||||
route: '/list/PurchaseInvoice',
|
||||
doctype: 'PurchaseInvoice'
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user