diff --git a/components/home.js b/components/home.js index acf12ac..3aa51b2 100644 --- a/components/home.js +++ b/components/home.js @@ -158,7 +158,7 @@ export default class Home extends Component { { isShowingMore && - { `${statusText} ${links.moreAboutNfp.url}` } + { `${statusText} ${links.wiki.url}.` } } diff --git a/i18n/en/labels.js b/i18n/en/labels.js index c8b7458..5ba32f7 100644 --- a/i18n/en/labels.js +++ b/i18n/en/labels.js @@ -111,7 +111,7 @@ export const fertilityStatus = { fertileUntilEvening: 'Fertile phase ends in the evening', 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 mucus or cervix values.", - periOvuText: "We have not been able to detect both a temperature shift and mucus or cervix shift.", + periOvuText: "We have not been able to detect both a temperature shift and mucus or cervix shift. Please find more information on NFP rules here:", postOvuText: tempRule => { return ( 'We have detected a temperature shift (' + ['regular', '1st exception', '2nd exception'][tempRule] + diff --git a/i18n/en/links.js b/i18n/en/links.js index f655bbd..6d1fae9 100644 --- a/i18n/en/links.js +++ b/i18n/en/links.js @@ -9,13 +9,9 @@ export default { }, wiki: { url: 'https://gitlab.com/bloodyhealth/drip/wikis/home', - text: 'wiki' + text: 'our wiki' }, website: { url: 'https://bloodyhealth.gitlab.io/' }, - moreAboutNfp: { - url: 'https://gitlab.com/bloodyhealth/drip/wikis/nfp/intro', - text: 'More' - }, } diff --git a/i18n/en/settings.js b/i18n/en/settings.js index ae5a777..cb08a8a 100644 --- a/i18n/en/settings.js +++ b/i18n/en/settings.js @@ -118,7 +118,7 @@ You can contact us by bloodyhealth@mailbox.org.` }, 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 ${links.wiki.url} 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.` + note: `drip applies NFP's rules for calculating infertile days at the start of the cycle (see ${links.wiki.url} 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.` }, credits: { title: 'Credits', diff --git a/i18n/en/symptom-info.js b/i18n/en/symptom-info.js index 7f32ce2..70e2001 100644 --- a/i18n/en/symptom-info.js +++ b/i18n/en/symptom-info.js @@ -2,7 +2,7 @@ import links from './links' export const generalInfo = { chartNfp: `On the chart, you can track fertility signs. When both a valid temperature shift and a mucus or cervix shift have been detected, an orange line will be displayed on the chart. This indicates the end of the peri-ovulatory and the beginning of the post-ovulatory phase.`, - curiousNfp: `If you are curious to learn more about the sympto-thermal method that is used for fertility tracking within the app, you can visit our ${links.wiki.url}.`, + curiousNfp: `If you are curious to learn more about the sympto-thermal method that is used for fertility tracking within the app, you can visit ${links.wiki.url}.`, cycleRelation: `It may be influenced by or have an impact on your menstrual cycles and its hormonal changes.`, excludeExplainer: `You can exclude these values, so they won't be taken into account for any fertility calculation.`, nfpTfyReminder: `When - on a daily/regular basis - you track: @@ -13,7 +13,7 @@ the app helps you identify in which phase of the menstrual cycle you are. drip makes period predictions for you and helps you apply NFP fertility awareness rules. But please remember that this app is made by humans, and humans make mistakes. Always think for yourself: "Does this make sense?" Remember, you don't need an app to understand your cycle! However, drip wants to support you and make period tracking easier, more transparent and secure. -Please find more info on the sympto-thermal method in our ${links.wiki.url}.`, +Please find more info on the sympto-thermal method in ${links.wiki.url}.`, noNfpSymptom: `The app allows you to track this symptom for your information, it is not taken into account for any calculation. On the chart you can check how often you track this symptom.` }