We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b325f8 commit 611f0d2Copy full SHA for 611f0d2
1 file changed
templates/element/plugins_panel.php
@@ -27,11 +27,11 @@
27
<table class="c-debug-table">
28
<thead>
29
<tr>
30
- <th><?= __d('debug_kit', 'Plugin') ?></th>
31
- <th><?= __d('debug_kit', 'Is Loaded') ?></th>
32
- <th><?= __d('debug_kit', 'Only Debug') ?></th>
33
- <th><?= __d('debug_kit', 'Only CLI') ?></th>
34
- <th><?= __d('debug_kit', 'Optional') ?></th>
+ <th>Plugin</th>
+ <th>Is Loaded</th>
+ <th>Only Debug</th>
+ <th>Only CLI</th>
+ <th>Optional</th>
35
</tr>
36
</thead>
37
<tbody>
0 commit comments