Skip to content

Commit b28e8f1

Browse files
authored
ENGCOM-5584: Change Admin layout label #24081
2 parents 4b9913f + 6a0c475 commit b28e8f1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/code/Magento/Theme/i18n/en_US.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ Configuration,Configuration
148148
"Rebuild design config grid index","Rebuild design config grid index"
149149
"Admin empty","Admin empty"
150150
"Admin 1column","Admin 1column"
151+
"Admin 2 columns with left bar","Admin 2 columns with left bar"
151152
"Theme Information","Theme Information"
152153
"Other Settings","Other Settings"
153154
"HTML Head","HTML Head"

app/code/Magento/Theme/view/adminhtml/layouts.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
<label translate="true">Admin 1column</label>
1414
</layout>
1515
<layout id="admin-2columns-left">
16-
<label translate="true">Admin 1column</label>
16+
<label translate="true">Admin 2 columns with left bar</label>
1717
</layout>
1818
</page_layouts>

0 commit comments

Comments
 (0)