monitoring: Translate "Plugin Output"

This commit is contained in:
Eric Lippmann 2014-11-21 16:45:39 +01:00
parent c626762b5d
commit 2843490250
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<div class="pluginoutput">
<h4>Plugin Output</h4>
<?= $this->pluginOutput($object->output) ?>
<?= $this->pluginOutput($object->long_output) ?>
<h4><?= $this->translate('Plugin Output') ?></h4>
<?= $this->pluginOutput($object->output) ?>
<?= $this->pluginOutput($object->long_output) ?>
</div>