Skip to content

Commit a4bd559

Browse files
committed
fix: correct privacy policy email address typo
Replace the malformed "E-mailaddress" entries in the privacy policy so the data field is displayed correctly.
1 parent c463284 commit a4bd559

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/pages/privacy.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ const seo = {
191191
</p>
192192
<p><strong>Personal data:</strong></p>
193193
<ul>
194-
<li>E-mailaddress</li>
194+
<li>email address</li>
195195
<li>Full name</li>
196196
<li>Device hardware ID (hashed)</li>
197197
<li>Device name (ie. Macbook of John Doe)</li>
@@ -255,7 +255,7 @@ const seo = {
255255
<p>For this purpose, we process the following personal data:</p>
256256
<ul>
257257
<li>Full name</li>
258-
<li>E-mailaddress</li>
258+
<li>email address</li>
259259
</ul>
260260
<p><strong>Legal basis:</strong></p>
261261
<ul>
@@ -278,7 +278,7 @@ const seo = {
278278
<p>For this purpose, we process the following personal data:</p>
279279
<ul>
280280
<li>Full name</li>
281-
<li>E-mailaddress</li>
281+
<li>email address</li>
282282
</ul>
283283
<p><strong>Legal basis:</strong></p>
284284
<ul>

0 commit comments

Comments
 (0)