File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
app/code/Magento/Developer/Console/Command Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ class TemplateHintsDisableCommand extends Command
20
20
/**
21
21
* Success message
22
22
*/
23
- const SUCCESS_MESSAGE = "Template hints disabled. " ;
23
+ const SUCCESS_MESSAGE = "Template hints disabled. Refresh cache types " ;
24
24
25
25
/**
26
26
* TemplateHintsDisableCommand constructor.
@@ -39,7 +39,7 @@ public function __construct(
39
39
protected function configure ()
40
40
{
41
41
$ this ->setName (self ::COMMAND_NAME )
42
- ->setDescription ('Disable frontend template hints. ' );
42
+ ->setDescription ('Disable frontend template hints. A cache flush might be required. ' );
43
43
44
44
parent ::configure ();
45
45
}
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ public function __construct(
41
41
protected function configure ()
42
42
{
43
43
$ this ->setName (self ::COMMAND_NAME )
44
- ->setDescription ('Disable frontend template hints. ' );
44
+ ->setDescription ('Disable frontend template hints. A cache flush might be required. ' );
45
45
46
46
parent ::configure ();
47
47
}
You can’t perform that action at this time.
0 commit comments