Skip to content

Commit 8f2b735

Browse files
committed
Update Frontend Development Workflow type's comment to be clearer
An implementor expressed confusion, thinking that the comment applied to the value displayed in the setting as opposed to the setting itself. This commit makes the meaning of the comment clearer - in that, rather than the setting not being available, it has no effect.
1 parent 78bb169 commit 8f2b735

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)