Skip to content

Commit

Permalink
Fix typos in privacy modal #109
Browse files Browse the repository at this point in the history
  • Loading branch information
Weigurde authored and undergroundwires committed Dec 22, 2021
1 parent 87de017 commit a1871a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/presentation/components/TheFooter/PrivacyPolicy.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@
</div>
<div class="line">
<div class="line__emoji">🚫👀</div>
<div>No user behavior / IP adress collection!</div>
<div>No user behavior / IP address collection!</div>
</div>
<div class="line">
<div class="line__emoji">🤖</div>
<div>All transparent: Deployed automatically from master branch
<div>All transparent: Deployed automatically from the master branch
of the <a :href="repositoryUrl" target="_blank">source code</a> with no changes.</div>
</div>
<div v-if="!isDesktop" class="line">
<div class="line__emoji">📈</div>
<div>Basic <a href="https://aws.amazon.com/cloudfront/reporting/" target="_blank">CDN statistics</a>
are collected by AWS but they cannot be related to you or your behavior. You can download the offline version if you don't want CDN data collection.</div>
are collected by AWS but they cannot be traced to you or your behavior. You can download the offline version if you don't want any CDN data collection.</div>
</div>
<div class="line">
<div class="line__emoji">🎉</div>
<div>As almost no data is colected, the application gets better only with your active feedback.
<div>As almost no data is collected, the application gets better only with your active feedback.
Feel free to <a :href="feedbackUrl" target="_blank">create an issue</a> 😊</div>
</div>
</div>
Expand Down

0 comments on commit a1871a2

Please sign in to comment.