Replace hard coded text

This commit is contained in:
bl00dymarie
2024-02-14 15:10:28 +01:00
parent 09614319e3
commit 76137fc000
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -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,
}, },
] ]
+2
View File
@@ -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',