diff --git a/components/settings/about.js b/components/settings/about.js
index e0a99da..0732edc 100644
--- a/components/settings/about.js
+++ b/components/settings/about.js
@@ -16,6 +16,16 @@ export default class AboutSection extends Component {
{`${labels.aboutSection.segmentExplainer} `}
+
+ {`${labels.philosophy.title} `}
+ {labels.philosophy.text}
+
+
+
+ {`${labels.aboutSection.title} `}
+ {labels.aboutSection.text}
+
+
{`${labels.credits.note}`}
diff --git a/i18n/en/settings.js b/i18n/en/settings.js
index 8332179..120efdf 100644
--- a/i18n/en/settings.js
+++ b/i18n/en/settings.js
@@ -112,7 +112,11 @@ export default {
},
aboutSection: {
title: 'About',
- segmentExplainer: `Please note that your data is stored locally on your phone and not on a server. We want to ensure that you stay in control of your own data. If you are planning to switch or reset your phone, please remember to export your data before doing so. You can reinstall the app afterwards and import your data.\n\nIf you encounter any technical issues, don't hesitate to contact via ${links.email.url}. You can also contribute to the code base on ${links.gitlab.url}`,
+ text: `Please note that your data is stored locally on your phone and not on a server. We want to ensure that you stay in control of your own data. If you are planning to switch or reset your phone, please remember to export your data before doing so. You can reinstall the app afterwards and import your data.\n\nIf you encounter any technical issues, don't hesitate to contact via ${links.email.url}. You can also contribute to the code base on ${links.gitlab.url}`,
+ },
+ philosophy: {
+ title: 'Remember to think for yourself',
+ text: `Drip makes period predictions for you and helps you apply NFP fertility awareness rules. But please remember that this app is made by humans, and humans make mistakes. Always think for yourself - does this make sense? Remember, you don't need an app to understand your cycle!`,
},
license: {
title: 'drip is an open-source cycle tracking app',