Rename nfp-settings into customization

This commit is contained in:
bl00dymarie
2024-01-05 15:43:29 +01:00
parent eb804fe6c8
commit 3e50991d12
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ export const pages = [
parent: 'SettingsMenu',
},
{
component: 'NfpSettings',
component: 'Customization',
parent: 'SettingsMenu',
},
{
+2 -2
View File
@@ -1,5 +1,5 @@
import Reminders from './reminders/reminders'
import NfpSettings from './nfp-settings'
import Customization from './customization'
import DataManagement from './data-management/DataManagement'
import Password from './password'
import About from './About'
@@ -8,7 +8,7 @@ import PrivacyPolicy from './privacy-policy'
export default {
Reminders,
NfpSettings,
Customization,
DataManagement,
Password,
About,
+1 -1
View File
@@ -7,8 +7,8 @@ import MenuItem from './menu-item'
import { useTranslation } from 'react-i18next'
const menuItems = [
{ label: 'customization', componentName: 'Customization' },
{ label: 'reminders', componentName: 'Reminders' },
{ label: 'nfpSettings', componentName: 'NfpSettings' },
{ label: 'dataManagement', componentName: 'DataManagement' },
{ label: 'password', componentName: 'Password' },
]
+3 -3
View File
@@ -116,9 +116,9 @@
"name": "Data",
"text": "import, export or delete your data"
},
"nfpSettings": {
"name": "NFP settings",
"text": "define how you want to use NFP"
"customization": {
"name": "Customization",
"text": "define how you want to use drip"
},
"password": {
"name": "Password",