monitoring: Translate headings in the config overview

This commit is contained in:
Eric Lippmann 2014-10-28 14:01:00 +01:00
parent 71e25f268a
commit 6973492b0d
1 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
</div>
<div class="content" data-base-target="_next">
<h1>Monitoring Backends</h1>
<h1><?= $this->translate('Monitoring Backends') ?></h1>
<p>
<a href="<?= $this->href('/monitoring/config/createbackend'); ?>">
<?= $this->icon('create.png'); ?> <?= $this->translate('Create New Monitoring Backend'); ?>
@ -35,7 +35,7 @@
<?php endforeach; ?>
</tbody>
</table>
<h1>Monitoring Instances</h1>
<h1><?= $this->translate('Monitoring Instances') ?></h1>
<p>
<a href="<?= $this->href('/monitoring/config/createinstance'); ?>">
<?= $this->icon('create.png'); ?> <?= $this->translate('Create New Instance'); ?>
@ -67,4 +67,4 @@
<?php endforeach; ?>
</tbody>
</table>
</div>
</div>