Apply 1 suggestion(s) to 1 file(s)

This commit is contained in:
wunderfisch
2024-02-08 11:45:20 +00:00
parent ec157078b2
commit 0adea893f7
+1 -1
View File
@@ -85,7 +85,7 @@ export const fertilityStatus = {
return ( return (
'We detected a temperature shift (' + 'We detected a temperature shift (' +
['regular', '1st exception', '2nd exception'][tempRule] + ['regular', '1st exception', '2nd exception'][tempRule] +
' temperature rule), as well as a cervical mucus/cervix shift according to sympto-thermal method. You may assume infertility, but always remember to ' + ' temperature rule), as well as a cervical mucus/cervix shift according to the sympto-thermal method. You may assume infertility, but always remember to ' +
'double-check for yourself. Make sure the data makes sense to you.' 'double-check for yourself. Make sure the data makes sense to you.'
) )
}, },