Skip to content

Commit 611f0d2

Browse files
committed
remove template localizations
1 parent 7b325f8 commit 611f0d2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

templates/element/plugins_panel.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
<table class="c-debug-table">
2828
<thead>
2929
<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>
30+
<th>Plugin</th>
31+
<th>Is Loaded</th>
32+
<th>Only Debug</th>
33+
<th>Only CLI</th>
34+
<th>Optional</th>
3535
</tr>
3636
</thead>
3737
<tbody>

0 commit comments

Comments
 (0)