Skip to content

Commit 7b8962a

Browse files
misilotalanorth
authored andcommitted
Update "E-mail" to be "Email" for consistency
1 parent d6c4684 commit 7b8962a

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

src/app/info/privacy/privacy-content/privacy-content.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h2>Children under the age of 13</h2>
2222
<h2>Information we collect about you and how we collect it</h2>
2323
<p>We collect several types of information from and about users of our Website, including information:</p>
2424
<ul>
25-
<li>by which you may be personally identified, such as name, e-mail address, telephone number, or any other identifier by which you may be contacted online or offline ("personal information"); and/or</li>
25+
<li>by which you may be personally identified, such as name, email address, telephone number, or any other identifier by which you may be contacted online or offline ("personal information"); and/or</li>
2626
<li>about your internet connection, the equipment you use to access our Website and usage details.</li>
2727
</ul>
2828
<p>We collect this information:</p>

src/assets/i18n/en.json5

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266

267267
"admin.access-control.epeople.search.scope.metadata": "Metadata",
268268

269-
"admin.access-control.epeople.search.scope.email": "E-mail (exact)",
269+
"admin.access-control.epeople.search.scope.email": "Email (exact)",
270270

271271
"admin.access-control.epeople.search.button": "Search",
272272

@@ -278,7 +278,7 @@
278278

279279
"admin.access-control.epeople.table.name": "Name",
280280

281-
"admin.access-control.epeople.table.email": "E-mail (exact)",
281+
"admin.access-control.epeople.table.email": "Email (exact)",
282282

283283
"admin.access-control.epeople.table.edit": "Edit",
284284

@@ -298,9 +298,9 @@
298298

299299
"admin.access-control.epeople.form.lastName": "Last name",
300300

301-
"admin.access-control.epeople.form.email": "E-mail",
301+
"admin.access-control.epeople.form.email": "Email",
302302

303-
"admin.access-control.epeople.form.emailHint": "Must be a valid e-mail address",
303+
"admin.access-control.epeople.form.emailHint": "Must be a valid email address",
304304

305305
"admin.access-control.epeople.form.canLogIn": "Can log in",
306306

@@ -750,7 +750,7 @@
750750

751751
"bitstream-request-a-copy.name.error": "The name is required",
752752

753-
"bitstream-request-a-copy.email.label": "Your e-mail address *",
753+
"bitstream-request-a-copy.email.label": "Your email address *",
754754

755755
"bitstream-request-a-copy.email.hint": "This email address is used for sending the file.",
756756

@@ -1602,9 +1602,9 @@
16021602

16031603
"error.validation.required": "This field is required",
16041604

1605-
"error.validation.NotValidEmail": "This is not a valid e-mail",
1605+
"error.validation.NotValidEmail": "This is not a valid email",
16061606

1607-
"error.validation.emailTaken": "This e-mail is already taken",
1607+
"error.validation.emailTaken": "This email is already taken",
16081608

16091609
"error.validation.groupExists": "This group already exists",
16101610

0 commit comments

Comments
 (0)