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