Skip to content

Commit

Permalink
Merge forwardport of #11345 to 2.3-develop branch
Browse files Browse the repository at this point in the history
Applied pull request patch https://github.com/magento/magento2/pull/11345.patch (created by @davidangel) based on commit(s):
  1. dd6e5a3
  2. 4092346
  3. 84ff52b
  • Loading branch information
magento-engcom-team authored Jan 23, 2018
2 parents aad5ba6 + fde512e commit 3e32140
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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

0 comments on commit 3e32140

Please sign in to comment.