Add title labels to customization
This commit is contained in:
@@ -197,8 +197,8 @@ const Settings = () => {
|
||||
}
|
||||
|
||||
return (
|
||||
<AppPage title={'Customization'}>
|
||||
<Segment title={'Tracking categories'}>
|
||||
<AppPage title={labels.customization.title}>
|
||||
<Segment title={labels.customization.trackingCategories}>
|
||||
<AppSwitch
|
||||
onToggle={temperatureTrackingCategoryToggle}
|
||||
text={t(SYMPTOMS[1])}
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
import links from './links'
|
||||
|
||||
export default {
|
||||
customization: {
|
||||
title: 'Customization',
|
||||
trackingCategories: 'Tracking categories',
|
||||
},
|
||||
export: {
|
||||
errors: {
|
||||
noData: 'There is no data to export',
|
||||
|
||||
Reference in New Issue
Block a user