Skip to content

Commit 033cc08

Browse files
committed
fix: capitalize email address label in privacy policy
Make the privacy policy wording consistent by using "Email address" for each listed field.
1 parent a4bd559 commit 033cc08

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/src/pages/privacy.astro

Lines changed: 4 additions & 4 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>email address</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>email address</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>email address</li>
281+
<li>Email address</li>
282282
</ul>
283283
<p><strong>Legal basis:</strong></p>
284284
<ul>
@@ -293,7 +293,7 @@ const seo = {
293293
<p><strong>Purpose:</strong> Inform of new RocketSim features</p>
294294
<p><strong>Personal data:</strong></p>
295295
<ul>
296-
<li>email address</li>
296+
<li>Email address</li>
297297
</ul>
298298
<p><strong>Legal basis:</strong></p>
299299
<ul>

0 commit comments

Comments
 (0)