2
0
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:
Faris Ansari 2020-02-03 19:28:44 +05:30
parent 052556d132
commit 7d4d2e6c50

View File

@ -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'
},