Rename to "sympto-thermal method" + nfp settings to "Customization"

This commit is contained in:
bl00dymarie
2024-01-23 13:21:29 +01:00
parent c645c48d31
commit ec157078b2
4 changed files with 11 additions and 11 deletions
+3 -3
View File
@@ -70,14 +70,14 @@ export const fertilityStatus = {
unknown:
'We cannot show any cycle information because no period data has been added.',
preOvuText:
"With NFP rules, you may assume 5 days of infertility at the beginning of your cycle, provided you don't observe any fertile cervical mucus or cervix values.",
"According to the sympto-thermal method, you may assume 5 days of infertility at the beginning of your cycle, provided you don't observe any fertile cervical mucus or cervix values.",
periOvuText:
'We were not able to detect both a temperature shift and cervical mucus or cervix shift.',
periOvuUntilEveningText: (tempRule) => {
return (
'We detected a temperature shift (' +
['regular', '1st exception', '2nd exception'][tempRule] +
' temperature rule), as well as a cervical mucus/cervix shift according to NFP rules. In the evening today you may assume infertility, but ' +
' temperature rule), as well as a cervical mucus/cervix shift according to the sympto-thermal method. In the evening today you may assume infertility, but ' +
'always remember to double-check for yourself. Make sure the data makes sense to you.'
)
},
@@ -85,7 +85,7 @@ export const fertilityStatus = {
return (
'We detected a temperature shift (' +
['regular', '1st exception', '2nd exception'][tempRule] +
' temperature rule), as well as a cervical mucus/cervix shift according to NFP rules. You may assume infertility, but always remember to ' +
' temperature rule), as well as a cervical mucus/cervix shift according to sympto-thermal method. You may assume infertility, but always remember to ' +
'double-check for yourself. Make sure the data makes sense to you.'
)
},