Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standardize on Email #1

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update "E-mail" to be "Email" for consistency
  • Loading branch information
misilot committed Dec 11, 2023
commit 67ba76738a166dde9fe791771c31f9f8ba6a427a
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h2>Children under the age of 13</h2>
<h2>Information we collect about you and how we collect it</h2>
<p>We collect several types of information from and about users of our Website, including information:</p>
<ul>
<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>
<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>
<li>about your internet connection, the equipment you use to access our Website and usage details.</li>
</ul>
<p>We collect this information:</p>
Expand Down
14 changes: 7 additions & 7 deletions src/assets/i18n/en.json5
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@

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

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

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

Expand All @@ -278,7 +278,7 @@

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

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

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

Expand All @@ -298,9 +298,9 @@

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

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

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

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

Expand Down Expand Up @@ -750,7 +750,7 @@

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

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

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

Expand Down Expand Up @@ -1602,9 +1602,9 @@

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

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

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

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

Expand Down