Skip to content

feat: #7694 - Corrected spelling of email in locale file #7708

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

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<Value>Delete selected</Value>
</LocaleResource>
<LocaleResource Name="Account.BackInStockSubscriptions.Description">
<Value>You will receive an e-mail when a particular product is back in stock.</Value>
<Value>You will receive an email when a particular product is back in stock.</Value>
</LocaleResource>
<LocaleResource Name="Account.BackInStockSubscriptions.NoSubscriptions">
<Value>You are not currently subscribed to any Back In Stock notification lists</Value>
Expand Down Expand Up @@ -274,10 +274,10 @@
<Value>Your email has been validated</Value>
</LocaleResource>
<LocaleResource Name="Account.EmailUsernameErrors.EmailAlreadyExists">
<Value>The e-mail address is already in use</Value>
<Value>The email address is already in use</Value>
</LocaleResource>
<LocaleResource Name="Account.EmailUsernameErrors.EmailTooLong">
<Value>E-mail address is too long</Value>
<Value>Email address is too long</Value>
</LocaleResource>
<LocaleResource Name="Account.EmailUsernameErrors.NewEmailIsNotValid">
<Value>New email is not valid</Value>
Expand Down Expand Up @@ -460,7 +460,7 @@
<Value>Delete Selected</Value>
</LocaleResource>
<LocaleResource Name="Account.ForumSubscriptions.Description">
<Value>You will receive an e-mail when a new forum topic/post is created.</Value>
<Value>You will receive an email when a new forum topic/post is created.</Value>
</LocaleResource>
<LocaleResource Name="Account.ForumSubscriptions.InfoColumn">
<Value>Forum/Topic</Value>
Expand Down Expand Up @@ -10972,7 +10972,7 @@
<Value>BCC</Value>
</LocaleResource>
<LocaleResource Name="Admin.ContentManagement.MessageTemplates.Fields.BccEmailAddresses.Hint">
<Value>The blind carbon copy (BCC) recipients for this e-mail message.</Value>
<Value>The blind carbon copy (BCC) recipients for this email message.</Value>
</LocaleResource>
<LocaleResource Name="Admin.ContentManagement.MessageTemplates.Fields.Body">
<Value>Body</Value>
Expand Down Expand Up @@ -16756,7 +16756,7 @@
<Value>Receive an email when this arrives in stock</Value>
</LocaleResource>
<LocaleResource Name="BackInStockSubscriptions.Tooltip">
<Value>You'll receive a onetime e-mail when this product is available for ordering again. We will not send you any other e-mails or add you to our newsletter; you will only be e-mailed about this product!</Value>
<Value>You'll receive a onetime email when this product is available for ordering again. We will not send you any other emails or add you to our newsletter; you will only be emailed about this product!</Value>
</LocaleResource>
<LocaleResource Name="BackInStockSubscriptions.Unsubscribe">
<Value>Unsubscribe</Value>
Expand Down