Skip to content

Use US English spelling for "Optimization". #11345

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

Merged
merged 3 commits into from
Oct 12, 2017
Merged
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
2 changes: 1 addition & 1 deletion app/code/Magento/Cms/i18n/en_US.csv
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Block,Block
"Enable Page","Enable Page"
Content,Content
"Content Heading","Content Heading"
"Search Engine Optimisation","Search Engine Optimisation"
"Search Engine Optimization","Search Engine Optimization"
"Meta Title","Meta Title"
"Meta Keywords","Meta Keywords"
"Meta Description","Meta Description"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
<fieldset name="search_engine_optimisation" sortOrder="20">
<settings>
<collapsible>true</collapsible>
<label translate="true">Search Engine Optimisation</label>
<label translate="true">Search Engine Optimization</label>
</settings>
<field name="identifier" formElement="input">
<argument name="data" xsi:type="array">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
</custom_design>
<seo>
<class>\Magento\Backend\Test\Block\Widget\Tab</class>
<selector>//div[div/strong/span[text()="Search Engine Optimisation"]]</selector>
<selector>//div[div/strong/span[text()="Search Engine Optimization"]]</selector>
<strategy>xpath</strategy>
<fields>
<identifier />
Expand Down