Fix typos in privacy modal #109

This commit is contained in:
Weigurde
2021-12-22 18:24:57 +01:00
committed by undergroundwires
parent 87de017afd
commit a1871a2982

View File

@@ -10,21 +10,21 @@
</div> </div>
<div class="line"> <div class="line">
<div class="line__emoji">🚫👀</div> <div class="line__emoji">🚫👀</div>
<div>No user behavior / IP adress collection!</div> <div>No user behavior / IP address collection!</div>
</div> </div>
<div class="line"> <div class="line">
<div class="line__emoji">🤖</div> <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> of the <a :href="repositoryUrl" target="_blank">source code</a> with no changes.</div>
</div> </div>
<div v-if="!isDesktop" class="line"> <div v-if="!isDesktop" class="line">
<div class="line__emoji">📈</div> <div class="line__emoji">📈</div>
<div>Basic <a href="https://aws.amazon.com/cloudfront/reporting/" target="_blank">CDN statistics</a> <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>
<div class="line"> <div class="line">
<div class="line__emoji">🎉</div> <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> Feel free to <a :href="feedbackUrl" target="_blank">create an issue</a> 😊</div>
</div> </div>
</div> </div>