Merge branch '313-user-feedback-broken-wiki-link' into 'master'

Corrects wiki link

Closes #313

See merge request bloodyhealth/drip!189
This commit is contained in:
bl00dymarie
2019-03-02 11:00:43 +00:00
5 changed files with 6 additions and 10 deletions
+2 -2
View File
@@ -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.`
}