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

Merge branch '484-update-text-in-app' into 'rebased-redesign'

Adds updated text about credits.

See merge request bloodyhealth/drip!332
parents 5856dca4 9aba8001
No related branches found
No related tags found
No related merge requests found
# Contributing to drip aka CONDRIBUTING
# Contributing to drip aka CONDRIPUTING
So good to see you here, hello :wave\_tone1: :wave\_tone2: :wave\_tone3: :wave\_tone4: :wave\_tone5:
......@@ -8,7 +8,7 @@ So good to see you here, hello :wave\_tone1: :wave\_tone2: :wave\_tone3: :wave\_
[What should I know before I get started?](#what-should-i-know-before-i-get-started)
[How can I condribute?](#how-can-i-condribute)
[How can I condripute?](#how-can-i-condripute)
[Thank you](#thank-you)
......@@ -23,9 +23,9 @@ We have prepared something for **you**: check out our [README](https://gitlab.co
Let us know if you want to suggest improvements for the README and open a merge request (which is just like Github's pull request)
## How can I condribute?
## How can I condripute?
### Your First Code Condribution
### Your First Code Condripution
We are fans of labels, at least for our issues. You can find a list of `newbie` issues [here](https://gitlab.com/bloodyhealth/drip/issues?label_name%5B%5D=Newbie).
If you decide to work on an issue, please click on `Create branch` based on that issue. You can find this as a dropdown option right under `Create merge request`.
......@@ -54,5 +54,5 @@ To send us a new issue you can also use our [gitlab email](mailto:incoming+blood
![](https://media.giphy.com/media/kPA88elN9kYco/giphy.gif)
Thank you for condributing to open source, thank you for condributing to drip!
Thank you for condriputing to open source, thank you for condriputing to drip!
Much love from Bloody Health :heart\_exclamation:
......@@ -71,7 +71,7 @@ export const stats = {
export const bleedingPrediction = {
noPrediction: `As soon as you have tracked 3 menstrual cycles, drip will make predictions for the next ones.`,
predictionInFuture: (startDays, endDays) => `Your next period is likely to start in ${startDays} to ${endDays} days.`,
predictionStartedXDaysLeft: (numberOfDays) => `Your period is likely to start today or during the next ${numberOfDays} days.`,
predictionStartedXDaysLeft: (numberOfDays) => `Your period is likely to start today or within the next ${numberOfDays} days.`,
predictionStarted1DayLeft: 'Your period is likely to start today or tomorrow.',
predictionStartedNoDaysLeft: 'Your period is likely to start today.',
predictionInPast: (startDate, endDate) => `Based on your documented data, your period was likely to start between ${startDate} and ${endDate}.`
......
......@@ -17,5 +17,25 @@ export default {
donate: {
url: 'https://ko-fi.com/dripapp',
text: 'here'
}
},
smashicons: {
url: 'https://smashicons.com/',
text: 'Smashicons',
},
pause08: {
url: 'https://www.flaticon.com/authors/pause08',
text: 'Pause08',
},
kazachek: {
url: 'https://www.flaticon.com/authors/kirill-kazachek',
text: 'Kirill Kazachek',
},
freepik: {
url: 'https://www.flaticon.com/authors/freepik',
text: 'Freepik',
},
flaticon: {
url: 'https://www.flaticon.com',
text: 'Flaticon',
},
}
......@@ -138,7 +138,7 @@ You can contact us by bloodyhealth@mailbox.org.`
},
credits: {
title: 'Credits',
note: 'Thanks and lots of <3 to all of our contributors as well as Susanne Umscheid for the wonderful design, and Paula Härtel for the symptom icons.'
note: `We love the drip team. Thanks and lots of <3 to all of our condriputors. Thanks to Paula Härtel for the symptom tracking icons. All the other icons are made by ${links.smashicons.url}, ${links.pause08.url}, ${links.kazachek.url} & ${links.freepik.url} from ${links.flaticon.url}.`
},
donate: {
title: 'Buy us a coffee!',
......
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