create settings segment component, create new section on settings page
This commit is contained in:
+5
-1
@@ -2,7 +2,7 @@
|
||||
export default {
|
||||
menuTitles: {
|
||||
reminders: 'Reminders',
|
||||
importExport: 'Import and Export',
|
||||
dataManagement: 'Data management',
|
||||
nfpSettings: 'NFP settings',
|
||||
password: 'Password',
|
||||
about: 'About'
|
||||
@@ -35,6 +35,10 @@ export default {
|
||||
},
|
||||
segmentExplainer: 'Import data in CSV format'
|
||||
},
|
||||
deleteSegment: {
|
||||
title: 'Delete app data',
|
||||
explainer: 'Delete all app data from this phone'
|
||||
},
|
||||
tempScale: {
|
||||
segmentTitle: 'Temperature scale',
|
||||
segmentExplainer: 'Change the minimum and maximum value for the temperature chart',
|
||||
|
||||
Reference in New Issue
Block a user