Skip to content

Commit 9d5c4cc

Browse files
committed
Default panel wording tweak.
1 parent 338b87e commit 9d5c4cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

panels/PanelSelectorPanel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ function getCookie(name) {
207207
$out .= '<h1>'.$this->icon.' Panel Selector</h1>
208208
<div class="tracy-inner">
209209
<fieldset>
210-
<legend style="float:right; padding-right: 5px">*Panels with asterisk are on by default</legend>';
210+
<legend style="float:right; padding-right: 5px">*Panels enabled via Tracy\'s settings</legend>';
211211

212212
$defaultPanels = $this->wire('page')->template == "admin" ? \TracyDebugger::getDataValue('backendPanels') : \TracyDebugger::getDataValue('frontendPanels');
213213
$showPanels = \TracyDebugger::$showPanels;

0 commit comments

Comments
 (0)