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 = [
{
label: 'cervical mucus',
label: labels.useCervix.secondarySymptomCervicalMucus,
value: 0,
},
{
label: 'cervix',
label: labels.useCervix.secondarySymptomCervix,
value: 1,
},
]