Merge branch '484-update-text-in-app' into 'rebased-redesign'
Adds updated text about credits. See merge request bloodyhealth/drip!332
This commit is contained in:
+5
-5
@@ -1,4 +1,4 @@
|
||||
# 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
|
||||
|
||||

|
||||
|
||||
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:
|
||||
|
||||
+1
-1
@@ -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}.`
|
||||
|
||||
+21
-1
@@ -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',
|
||||
},
|
||||
}
|
||||
|
||||
+1
-1
@@ -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!',
|
||||
|
||||
Reference in New Issue
Block a user