monitoring: Translate "Plugin Output"
This commit is contained in:
parent
c626762b5d
commit
2843490250
|
@ -1,5 +1,5 @@
|
||||||
<div class="pluginoutput">
|
<div class="pluginoutput">
|
||||||
<h4>Plugin Output</h4>
|
<h4><?= $this->translate('Plugin Output') ?></h4>
|
||||||
<?= $this->pluginOutput($object->output) ?>
|
<?= $this->pluginOutput($object->output) ?>
|
||||||
<?= $this->pluginOutput($object->long_output) ?>
|
<?= $this->pluginOutput($object->long_output) ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue