monitoring: Translate soft in the hosts overview

This commit is contained in:
Eric Lippmann 2015-10-28 10:24:00 +01:00
parent ea91ca9dc4
commit 3520449dee
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ if (! $this->compact): ?>
<div class="state-meta">
<?= $this->timeSince($host->host_last_state_change, $this->compact) ?>
<?php if ((int) $host->host_state > 0 && (int) $host->host_state_type === 0): ?>
<div>Soft <?= $host->host_attempt ?></div>
<div><?= $this->translate('Soft', 'Soft state') ?> <?= $host->host_attempt ?></div>
<?php endif ?>
</div>
<?php endif ?>