Unify the spelling of "sympto-thermal"
This commit is contained in:
+2
-2
@@ -33,9 +33,10 @@ We are an open source project and we highly appreciate contributions. At the sam
|
|||||||
- 🔮 open source
|
- 🔮 open source
|
||||||
- 🩸 feminist and gender inclusive
|
- 🩸 feminist and gender inclusive
|
||||||
- 🔒 secure: data entered stays with that person/on their device
|
- 🔒 secure: data entered stays with that person/on their device
|
||||||
- 🔬 science based: we implemented the symptothermal method
|
- 🔬 science based: we implemented the sympto-thermal method
|
||||||
|
|
||||||
This means that we will never implement anything that contradicts these core values. Some examples: We will never build a cloud integration, we will never make an ovulation prediction.
|
This means that we will never implement anything that contradicts these core values. Some examples: We will never build a cloud integration, we will never make an ovulation prediction.
|
||||||
|
|
||||||
- If you would like to make a sustainable contribution to the project, we would be happy to join the game.
|
- If you would like to make a sustainable contribution to the project, we would be happy to join the game.
|
||||||
|
|
||||||
### Reporting Bugs or Making Suggestions
|
### Reporting Bugs or Making Suggestions
|
||||||
@@ -48,7 +49,6 @@ If you found a bug or have suggestions, please :one: first review the [list of e
|
|||||||
- If you want to open a merge request, yeah :tada: exciting! We are using a template for merge requests to make sure we explain what we have done and why.
|
- If you want to open a merge request, yeah :tada: exciting! We are using a template for merge requests to make sure we explain what we have done and why.
|
||||||
- Keep in mind that people who will review your merge request are more motivated to do so when the merge request is well explained and ideally not too big.
|
- Keep in mind that people who will review your merge request are more motivated to do so when the merge request is well explained and ideally not too big.
|
||||||
|
|
||||||
|
|
||||||
### Thank you
|
### Thank you
|
||||||
|
|
||||||

|

|
||||||
|
|||||||
+3
-3
@@ -80,9 +80,9 @@ export default {
|
|||||||
secondarySymptom: {
|
secondarySymptom: {
|
||||||
title: 'Secondary symptom',
|
title: 'Secondary symptom',
|
||||||
cervixModeOn:
|
cervixModeOn:
|
||||||
'Cervix values are being used for symptothermal fertility detection. You can switch here to use cervical mucus values for symptothermal fertility detection',
|
'Cervix values are being used for sympto-thermal fertility detection. You can switch here to use cervical mucus values for sympto-thermal fertility detection',
|
||||||
cervixModeOff:
|
cervixModeOff:
|
||||||
'By default, cervical mucus values are being used for symptothermal fertility detection. You can switch here to use cervix values for symptothermal fertility detection',
|
'By default, cervical mucus values are being used for sympto-thermal fertility detection. You can switch here to use cervix values for sympto-thermal fertility detection',
|
||||||
disabled: {
|
disabled: {
|
||||||
title: 'Disabled',
|
title: 'Disabled',
|
||||||
message:
|
message:
|
||||||
@@ -139,6 +139,6 @@ Making any changes to your password setting will keep your data as it was before
|
|||||||
},
|
},
|
||||||
preOvu: {
|
preOvu: {
|
||||||
title: 'Infertile days at cycle start',
|
title: 'Infertile days at cycle start',
|
||||||
note: `drip. applies the sympto-thermal method 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.`,
|
note: `drip. applies the sympto-thermal method 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 sympto-thermal info is available.`,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user