Generalize title of symptom labels

This commit is contained in:
bl00dymarie
2024-02-26 17:17:27 +01:00
parent 27776f93cc
commit 72823ef95c
2 changed files with 11 additions and 13 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ const SymptomBox = ({
editedSymptom,
setEditedSymptom,
}) => {
const { t } = useTranslation(null, { keyPrefix: 'cycleDay.symptomBox' })
const { t } = useTranslation(null, { keyPrefix: 'symptoms' })
const isSymptomEdited = editedSymptom === symptom
const isSymptomDisabled = isDateInFuture(date) && symptom !== 'note'
const isExcluded = symptomData !== null ? symptomData.exclude : false
+1 -3
View File
@@ -7,8 +7,7 @@
"chart": {
"tutorial": "You can swipe the chart to view more dates."
},
"cycleDay": {
"symptomBox": {
"symptoms": {
"bleeding": "bleeding",
"temperature": "temperature",
"mucus": "cervical mucus",
@@ -18,7 +17,6 @@
"sex": "sex",
"pain": "pain",
"mood": "mood"
}
},
"labels": {
"bleedingPrediction": {