From db68df9cfd355db0de5577ed8d48c6736b4ba090 Mon Sep 17 00:00:00 2001 From: Julia Friesel Date: Fri, 21 Dec 2018 15:58:27 +0100 Subject: [PATCH] Add credits to about section --- components/settings/about.js | 4 ++++ i18n/en/settings.js | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/components/settings/about.js b/components/settings/about.js index 96d0b96..ab63482 100644 --- a/components/settings/about.js +++ b/components/settings/about.js @@ -11,6 +11,10 @@ export default class AboutSection extends Component { {`${labels.aboutSection.title} `} {`${labels.aboutSection.segmentExplainer} `} + + {`${labels.credits.title} `} + {`${labels.credits.note}`} + ) } diff --git a/i18n/en/settings.js b/i18n/en/settings.js index b703703..9d46eb4 100644 --- a/i18n/en/settings.js +++ b/i18n/en/settings.js @@ -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