Skip to content

Commit e2283e6

Browse files
ENGCOM-7079: Update Frontend Development Workflow type's comment to be clearer #27249
- Merge Pull Request #27249 from navarr/magento2:navarr/update-confusing-comment - Merged commits: 1. 8f2b735
2 parents dbb7dec + 8f2b735 commit e2283e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<label>Frontend Development Workflow</label>
1212
<field id="type" translate="label comment" type="select" sortOrder="1" showInDefault="1" canRestore="1">
1313
<label>Workflow type</label>
14-
<comment>Not available in production mode.</comment>
14+
<comment>Modifying this configuration has no effect in production mode.</comment>
1515
<source_model>Magento\Developer\Model\Config\Source\WorkflowType</source_model>
1616
<frontend_model>Magento\Developer\Block\Adminhtml\System\Config\WorkflowType</frontend_model>
1717
<backend_model>Magento\Developer\Model\Config\Backend\WorkflowType</backend_model>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
"Allowed IPs (comma separated)","Allowed IPs (comma separated)"
1010
"Leave empty for access from any location.","Leave empty for access from any location."
1111
"Log to File","Log to File"
12-
"Not available in production mode.","Not available in production mode."
12+
"Modifying this configuration has no effect in production mode.","Modifying this configuration has no effect in production mode."

0 commit comments

Comments
 (0)