Skip to content

Commit

Permalink
feat(about): Added 'last updated' date to privacy policy.
Browse files Browse the repository at this point in the history
  • Loading branch information
sampie777 committed Jul 11, 2022
1 parent 773b23f commit 5946425
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/gui/screens/about/PrivacyPolicyScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ const PrivacyPolicyScreen: React.FC = () => {
const styles = createStyles(useTheme());
return (<ScrollView style={styles.container}>
<View style={styles.content}>
<Text style={[styles.contentText]}>
Last updated: 16/10/2021.
</Text>
<Text style={[styles.contentText]}>
INTRODUCTION. Privacy is important, and we value it. That's why we want you to know what you can expect
regarding your privacy while using this app. In short: we won't know who you are and what we know (which is very
Expand Down

0 comments on commit 5946425

Please sign in to comment.