Skip to content
Snippets Groups Projects
Commit 4a29ef6c authored by Julia Friesel's avatar Julia Friesel
Browse files

Merge branch '186-who-needs-to-be-credited-in-about-section-logo-icons-what-else' into 'master'

Add credits to about section

Closes #186

See merge request bloodyhealth/drip!143
parents ff739256 a0ef9fbe
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,10 @@ export default class AboutSection extends Component {
<AppText style={styles.settingsSegmentTitle}>{`${labels.aboutSection.title} `}</AppText>
<AppText>{`${labels.aboutSection.segmentExplainer} `}</AppText>
</View>
<View style={[styles.settingsSegment, styles.settingsSegmentLast]}>
<AppText style={styles.settingsSegmentTitle}>{`${labels.credits.title} `}</AppText>
<AppText>{`${labels.credits.note}`}</AppText>
</View>
</ScrollView>
)
}
......
......@@ -85,5 +85,9 @@ export default {
note1: "drip applies NFP's rules for calculating infertile days at the start of the cycle (see the ",
link: 'wiki',
note2: " 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: {
title: 'Credits',
note: 'Thanks and lots of <3 to all of our contributors, as well as, and especially, Susanne Umscheid for the wonderful visual and logo design, and Paula Härtel for the symptom icons'
}
}
\ No newline at end of file
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