Replace hard coded text
This commit is contained in:
@@ -123,11 +123,11 @@ const Settings = () => {
|
|||||||
|
|
||||||
const secondarySymptomButtons = [
|
const secondarySymptomButtons = [
|
||||||
{
|
{
|
||||||
label: 'cervical mucus',
|
label: labels.useCervix.secondarySymptomCervicalMucus,
|
||||||
value: 0,
|
value: 0,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'cervix',
|
label: labels.useCervix.secondarySymptomCervix,
|
||||||
value: 1,
|
value: 1,
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -79,6 +79,8 @@ export default {
|
|||||||
noSecondaryEnabled:
|
noSecondaryEnabled:
|
||||||
'To switch the secondary symptom both cervical mucus an cervix need to be enabled in the customization settings.',
|
'To switch the secondary symptom both cervical mucus an cervix need to be enabled in the customization settings.',
|
||||||
},
|
},
|
||||||
|
secondarySymptomCervicalMucus: 'cervical mucus',
|
||||||
|
secondarySymptomCervix: 'cervix',
|
||||||
},
|
},
|
||||||
periodPrediction: {
|
periodPrediction: {
|
||||||
title: 'Period predictions',
|
title: 'Period predictions',
|
||||||
|
|||||||
Reference in New Issue
Block a user