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