Skip to content

Commit ded7178

Browse files
ENGCOM-1504: [Backport] 'Add Block Names to Hints' config setting to represent what it actually does #15105
- Merge Pull Request #15105 from sergiy-v/magento2:feature/2.1-block-class-type-config-label - Merged commits: 1. 841b322
2 parents ed4b97e + 841b322 commit ded7178

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Backend/etc/adminhtml/system.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
117117
</field>
118118
<field id="template_hints_blocks" translate="label" type="select" sortOrder="21" showInDefault="1" showInWebsite="1" showInStore="1">
119-
<label>Add Block Names to Hints</label>
119+
<label>Add Block Class Type to Hints</label>
120120
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
121121
</field>
122122
</group>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ Developer,Developer
324324
Debug,Debug
325325
"Enabled Template Path Hints for Storefront","Enabled Template Path Hints for Storefront"
326326
"Enabled Template Path Hints for Admin","Enabled Template Path Hints for Admin"
327-
"Add Block Names to Hints","Add Block Names to Hints"
327+
"Add Block Class Type to Hints","Add Block Class Type to Hints"
328328
"Template Settings","Template Settings"
329329
"Allow Symlinks","Allow Symlinks"
330330
"Warning! Enabling this feature is not recommended on production environments because it represents a potential security risk.","Warning! Enabling this feature is not recommended on production environments because it represents a potential security risk."

0 commit comments

Comments
 (0)