diff --git a/components/settings/nfp-settings/index.js b/components/settings/nfp-settings/index.js
index bac516c..35d9a25 100644
--- a/components/settings/nfp-settings/index.js
+++ b/components/settings/nfp-settings/index.js
@@ -25,6 +25,10 @@ export default class Settings extends Component {
{labels.tempScale.segmentExplainer}
+
+ {`${labels.preOvu.title} `}
+ {`${labels.preOvu.note} `}
+
)
}
diff --git a/i18n/en/settings.js b/i18n/en/settings.js
index d230cf0..3351ffa 100644
--- a/i18n/en/settings.js
+++ b/i18n/en/settings.js
@@ -78,5 +78,9 @@ export default {
aboutSection: {
title: 'About',
segmentExplainer: 'Please note that your data is stored locally on your phone and not on a server. We want to ensure that you stay in control of those sensitive information. If you are planning to switch or reset your phone, please remember to export your data before doing so. You can reinstall the app afterwards and import your data.\n\nIf you encounter any technical issues, don\'t hesitate to contact us via email (bl00dyhealth@mailbox.org). You can also contribute to the code base on GitLab (https://gitlab.com/bloodyhealth/drip/).',
+ },
+ 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."
}
}
\ No newline at end of file