Skip to content

Commit

Permalink
monitoring: Translate soft in the hosts overview
Browse files Browse the repository at this point in the history
  • Loading branch information
lippserd committed Oct 28, 2015
1 parent ea91ca9 commit 3520449
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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 ?>
Expand Down

0 comments on commit 3520449

Please sign in to comment.