Rename nfp-settings into customization
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ export const pages = [
|
|||||||
parent: 'SettingsMenu',
|
parent: 'SettingsMenu',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
component: 'NfpSettings',
|
component: 'Customization',
|
||||||
parent: 'SettingsMenu',
|
parent: 'SettingsMenu',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import Reminders from './reminders/reminders'
|
import Reminders from './reminders/reminders'
|
||||||
import NfpSettings from './nfp-settings'
|
import Customization from './customization'
|
||||||
import DataManagement from './data-management/DataManagement'
|
import DataManagement from './data-management/DataManagement'
|
||||||
import Password from './password'
|
import Password from './password'
|
||||||
import About from './About'
|
import About from './About'
|
||||||
@@ -8,7 +8,7 @@ import PrivacyPolicy from './privacy-policy'
|
|||||||
|
|
||||||
export default {
|
export default {
|
||||||
Reminders,
|
Reminders,
|
||||||
NfpSettings,
|
Customization,
|
||||||
DataManagement,
|
DataManagement,
|
||||||
Password,
|
Password,
|
||||||
About,
|
About,
|
||||||
|
|||||||
@@ -7,8 +7,8 @@ import MenuItem from './menu-item'
|
|||||||
import { useTranslation } from 'react-i18next'
|
import { useTranslation } from 'react-i18next'
|
||||||
|
|
||||||
const menuItems = [
|
const menuItems = [
|
||||||
|
{ label: 'customization', componentName: 'Customization' },
|
||||||
{ label: 'reminders', componentName: 'Reminders' },
|
{ label: 'reminders', componentName: 'Reminders' },
|
||||||
{ label: 'nfpSettings', componentName: 'NfpSettings' },
|
|
||||||
{ label: 'dataManagement', componentName: 'DataManagement' },
|
{ label: 'dataManagement', componentName: 'DataManagement' },
|
||||||
{ label: 'password', componentName: 'Password' },
|
{ label: 'password', componentName: 'Password' },
|
||||||
]
|
]
|
||||||
|
|||||||
+3
-3
@@ -116,9 +116,9 @@
|
|||||||
"name": "Data",
|
"name": "Data",
|
||||||
"text": "import, export or delete your data"
|
"text": "import, export or delete your data"
|
||||||
},
|
},
|
||||||
"nfpSettings": {
|
"customization": {
|
||||||
"name": "NFP settings",
|
"name": "Customization",
|
||||||
"text": "define how you want to use NFP"
|
"text": "define how you want to use drip"
|
||||||
},
|
},
|
||||||
"password": {
|
"password": {
|
||||||
"name": "Password",
|
"name": "Password",
|
||||||
|
|||||||
Reference in New Issue
Block a user