We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 338b87e commit 9d5c4ccCopy full SHA for 9d5c4cc
panels/PanelSelectorPanel.php
@@ -207,7 +207,7 @@ function getCookie(name) {
207
$out .= '<h1>'.$this->icon.' Panel Selector</h1>
208
<div class="tracy-inner">
209
<fieldset>
210
- <legend style="float:right; padding-right: 5px">*Panels with asterisk are on by default</legend>';
+ <legend style="float:right; padding-right: 5px">*Panels enabled via Tracy\'s settings</legend>';
211
212
$defaultPanels = $this->wire('page')->template == "admin" ? \TracyDebugger::getDataValue('backendPanels') : \TracyDebugger::getDataValue('frontendPanels');
213
$showPanels = \TracyDebugger::$showPanels;
0 commit comments