Skip to content

[Backport] language cleanup on customer actions #18878

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

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
4 changes: 2 additions & 2 deletions app/code/Magento/Customer/i18n/en_US.csv
Original file line number Diff line number Diff line change
Expand Up @@ -506,10 +506,10 @@ Strong,Strong
"Rebuild Customer grid index","Rebuild Customer grid index"
Group,Group
"Add New Customer","Add New Customer"
"Are you sure to delete selected customers?","Are you sure to delete selected customers?"
"Are you sure you want to delete the selected customers?","Are you sure you want to delete the selected customers?"
"Delete items","Delete items"
"Subscribe to Newsletter","Subscribe to Newsletter"
"Are you sure to unsubscribe selected customers from newsletter?","Are you sure to unsubscribe selected customers from newsletter?"
"Are you sure you want to unsubscribe the selected customers from the newsletter?","Are you sure you want to unsubscribe the selected customers from the newsletter?"
"Unsubscribe from Newsletter","Unsubscribe from Newsletter"
"Assign a Customer Group","Assign a Customer Group"
Phone,Phone
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<action name="delete">
<settings>
<confirm>
<message translate="true">Are you sure to delete selected customers?</message>
<message translate="true">Are you sure you want to delete the selected customers?</message>
<title translate="true">Delete items</title>
</confirm>
<url path="customer/index/massDelete"/>
Expand All @@ -67,7 +67,7 @@
<action name="unsubscribe">
<settings>
<confirm>
<message translate="true">Are you sure to unsubscribe selected customers from newsletter?</message>
<message translate="true">Are you sure you want to unsubscribe the selected customers from the newsletter?</message>
<title translate="true">Unsubscribe from Newsletter</title>
</confirm>
<url path="customer/index/massUnsubscribe"/>
Expand Down