We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b9913f + 6a0c475 commit b28e8f1Copy full SHA for b28e8f1
app/code/Magento/Theme/i18n/en_US.csv
@@ -148,6 +148,7 @@ Configuration,Configuration
148
"Rebuild design config grid index","Rebuild design config grid index"
149
"Admin empty","Admin empty"
150
"Admin 1column","Admin 1column"
151
+"Admin 2 columns with left bar","Admin 2 columns with left bar"
152
"Theme Information","Theme Information"
153
"Other Settings","Other Settings"
154
"HTML Head","HTML Head"
app/code/Magento/Theme/view/adminhtml/layouts.xml
@@ -13,6 +13,6 @@
13
<label translate="true">Admin 1column</label>
14
</layout>
15
<layout id="admin-2columns-left">
16
- <label translate="true">Admin 1column</label>
+ <label translate="true">Admin 2 columns with left bar</label>
17
18
</page_layouts>
0 commit comments