mirror of
https://github.com/frappe/books.git
synced 2026-08-24 02:24:17 -05:00
fix(ui): rename Tax label to Tax Template
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Tax",
|
||||
"label": "Tax",
|
||||
"label": "Tax Template",
|
||||
"naming": "manual",
|
||||
"isSingle": false,
|
||||
"isChild": false,
|
||||
|
||||
@@ -269,7 +269,7 @@ function getCompleteSidebar(): SidebarConfig {
|
||||
route: '/chart-of-accounts',
|
||||
},
|
||||
{
|
||||
label: t`Taxes`,
|
||||
label: t`Tax Templates`,
|
||||
name: 'taxes',
|
||||
route: '/list/Tax',
|
||||
schemaName: 'Tax',
|
||||
|
||||
Reference in New Issue
Block a user