Introduces SettingsMenu component redesign
This commit is contained in:
+7
-7
@@ -1,5 +1,5 @@
|
||||
import labels from './settings'
|
||||
const settingsTitles = labels.menuTitles
|
||||
const settingsTitles = labels.menuItems
|
||||
|
||||
export const shared = {
|
||||
cancel: 'Cancel',
|
||||
@@ -27,12 +27,12 @@ export const headerTitles = {
|
||||
Chart: 'Chart',
|
||||
Stats: 'Statistics',
|
||||
SettingsMenu: 'Settings',
|
||||
Reminders: settingsTitles.reminders,
|
||||
NfpSettings: settingsTitles.nfpSettings,
|
||||
DataManagement: settingsTitles.dataManagement,
|
||||
Password: settingsTitles.password,
|
||||
About: settingsTitles.about,
|
||||
License: settingsTitles.license,
|
||||
Reminders: settingsTitles.reminders.name,
|
||||
NfpSettings: settingsTitles.nfpSettings.name,
|
||||
DataManagement: settingsTitles.dataManagement.name,
|
||||
Password: settingsTitles.password.name,
|
||||
About: 'About',
|
||||
License: 'License',
|
||||
bleeding: 'Bleeding',
|
||||
temperature: 'Temperature',
|
||||
mucus: 'Cervical Mucus',
|
||||
|
||||
+18
-7
@@ -3,13 +3,24 @@ import links from './links'
|
||||
const currentYear = new Date().getFullYear()
|
||||
|
||||
export default {
|
||||
menuTitles: {
|
||||
reminders: 'Reminders',
|
||||
dataManagement: 'Manage your data',
|
||||
nfpSettings: 'NFP settings',
|
||||
password: 'Password',
|
||||
about: 'About',
|
||||
license: 'License'
|
||||
title: 'Settings',
|
||||
menuItems: {
|
||||
reminders: {
|
||||
name: 'Reminders',
|
||||
text: 'turn on/off reminders'
|
||||
},
|
||||
nfpSettings: {
|
||||
name:'NFP settings',
|
||||
text: 'define how you want to use NFP',
|
||||
},
|
||||
dataManagement: {
|
||||
name: 'Data',
|
||||
text: 'import, export or delete your data'
|
||||
},
|
||||
password: {
|
||||
name:'Password',
|
||||
text: ''
|
||||
}
|
||||
},
|
||||
export: {
|
||||
errors: {
|
||||
|
||||
Reference in New Issue
Block a user