Skip to content
Snippets Groups Projects
Commit d431c2b9 authored by bl00dymarie's avatar bl00dymarie
Browse files

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

Corrects wiki link

Closes #313

See merge request bloodyhealth/drip!189
parents c140cdd6 112d52fa
No related branches found
No related tags found
No related merge requests found
...@@ -158,7 +158,7 @@ export default class Home extends Component { ...@@ -158,7 +158,7 @@ export default class Home extends Component {
{ isShowingMore && { isShowingMore &&
<View> <View>
<AppText styles={styles.paragraph}> <AppText styles={styles.paragraph}>
{ `${statusText} ${links.moreAboutNfp.url}` } { `${statusText} ${links.wiki.url}.` }
</AppText> </AppText>
</View> </View>
} }
......
...@@ -111,7 +111,7 @@ export const fertilityStatus = { ...@@ -111,7 +111,7 @@ export const fertilityStatus = {
fertileUntilEvening: 'Fertile phase ends in the evening', fertileUntilEvening: 'Fertile phase ends in the evening',
unknown: 'We cannot show any cycle information because no period data has been added.', 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.", 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 => { postOvuText: tempRule => {
return ( return (
'We have detected a temperature shift (' + ['regular', '1st exception', '2nd exception'][tempRule] + 'We have detected a temperature shift (' + ['regular', '1st exception', '2nd exception'][tempRule] +
......
...@@ -9,13 +9,9 @@ export default { ...@@ -9,13 +9,9 @@ export default {
}, },
wiki: { wiki: {
url: 'https://gitlab.com/bloodyhealth/drip/wikis/home', url: 'https://gitlab.com/bloodyhealth/drip/wikis/home',
text: 'wiki' text: 'our wiki'
}, },
website: { website: {
url: 'https://bloodyhealth.gitlab.io/' url: 'https://bloodyhealth.gitlab.io/'
}, },
moreAboutNfp: {
url: 'https://gitlab.com/bloodyhealth/drip/wikis/nfp/intro',
text: 'More'
},
} }
...@@ -118,7 +118,7 @@ You can contact us by bloodyhealth@mailbox.org.` ...@@ -118,7 +118,7 @@ You can contact us by bloodyhealth@mailbox.org.`
}, },
preOvu: { preOvu: {
title: 'Infertile days at cycle start', 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: { credits: {
title: 'Credits', title: 'Credits',
......
...@@ -2,7 +2,7 @@ import links from './links' ...@@ -2,7 +2,7 @@ import links from './links'
export const generalInfo = { 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.`, 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.`, 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.`, 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: 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. ...@@ -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. 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.` 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.`
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment