From e7984bcfce8efa47ac8943a1dc7876809eb19ad2 Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Tue, 23 Oct 2018 09:48:07 +0530 Subject: [PATCH] Title for SettingSection --- models/doctype/AccountingSettings/AccountingSettings.js | 2 +- src/components/PageHeader.vue | 7 +++++++ src/pages/Settings/SettingSection.vue | 7 +++++-- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/models/doctype/AccountingSettings/AccountingSettings.js b/models/doctype/AccountingSettings/AccountingSettings.js index 1d3453cf..96ac53f3 100644 --- a/models/doctype/AccountingSettings/AccountingSettings.js +++ b/models/doctype/AccountingSettings/AccountingSettings.js @@ -2,7 +2,7 @@ const countryList = Object.keys(require('../../../fixtures/countryInfo.json')).s module.exports = { name: "AccountingSettings", - label: "AccountingSettings", + label: "Accounting Settings", naming: "name", // {random|autoincrement} isSingle: 1, isChild: 0, diff --git a/src/components/PageHeader.vue b/src/components/PageHeader.vue index 53020995..fe51f1b6 100644 --- a/src/components/PageHeader.vue +++ b/src/components/PageHeader.vue @@ -8,3 +8,10 @@ export default { props: ['title'] } + diff --git a/src/pages/Settings/SettingSection.vue b/src/pages/Settings/SettingSection.vue index 07af5d21..2ac40c00 100644 --- a/src/pages/Settings/SettingSection.vue +++ b/src/pages/Settings/SettingSection.vue @@ -1,6 +1,6 @@