This commit is contained in:
Julia Friesel
2018-12-20 15:45:13 +01:00
parent 77363511ad
commit 0aa8179570
5 changed files with 49 additions and 27 deletions
+4 -1
View File
@@ -1,3 +1,4 @@
export default {
menuTitles: {
reminders: 'Reminders',
@@ -81,6 +82,8 @@ export default {
},
preOvu: {
title: 'Infertile days at cycle start',
note: "drip applies NFP's rules for calculating infertile days at the start of the cycle (see the wiki for more info). However, drip does not currently apply the so called 20-day-rule, which determines infertile days at the cycle start from past cycle lengths in case no past symptothermal info is available."
note1: "drip applies NFP's rules for calculating infertile days at the start of the cycle (see the ",
link: 'wiki',
note2: " for more info). However, drip does not currently apply the so called 20-day-rule, which determines infertile days at the cycle start from past cycle lengths in case no past symptothermal info is available."
}
}