Skip to content

Commit a039836

Browse files
committed
ots privacy section: drop em-dashes
Three — entities in the new privacy copy. Replace with normal sentence breaks (period or colon) so the text reads cleaner without typographic dashes.
1 parent 4d6ba1e commit a039836

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

frontend/src/app/components/_ordpool/open-timestamps/open-timestamps.component.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ <h2 class="mt-3">Your privacy is the point</h2>
182182
<h5>Your file never leaves your browser</h5>
183183
<p class="text-muted">
184184
We compute the 32-byte SHA-256 fingerprint locally. Only the hash
185-
is ever transmitted &mdash; never the contents, never the filename.
185+
is ever transmitted. Never the contents, never the filename.
186186
</p>
187187
</div>
188188
<div class="col-md-4 mb-3">
@@ -196,8 +196,8 @@ <h5>Calendars only see us</h5>
196196
<div class="col-md-4 mb-3">
197197
<h5>We don't log who you are</h5>
198198
<p class="text-muted">
199-
Our backend keeps no per-request user data &mdash; no IPs, no
200-
hashes, no timestamps in any logfile we control.
199+
Our backend keeps no per-request user data: no IPs, no hashes,
200+
no timestamps in any logfile we control.
201201
</p>
202202
</div>
203203
</div>
@@ -207,7 +207,7 @@ <h5>We don't log who you are</h5>
207207
One honest caveat: Cloudflare sits in front of ordpool.space for
208208
DDoS protection and records standard CDN metadata (your IP, your
209209
country, the request path). If you don't trust them either, run a
210-
VPN on top &mdash; then there's no path back to you.
210+
VPN on top. Then there's no path back to you.
211211
</small>
212212
</p>
213213
</section>

0 commit comments

Comments
 (0)