mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
monitoring: Do not translate brackets
This commit is contained in:
parent
a166234e6d
commit
27c1500295
@ -50,9 +50,9 @@ if ($object->getType() === $object::TYPE_HOST) {
|
|||||||
<tr>
|
<tr>
|
||||||
<th><?= $this->translate('Check attempts') ?></th>
|
<th><?= $this->translate('Check attempts') ?></th>
|
||||||
<?php if ($stateType === 0): ?>
|
<?php if ($stateType === 0): ?>
|
||||||
<td><?= $checkAttempts ?> <?= $this->translate('(soft state)') ?></td>
|
<td><?= $checkAttempts ?> (<?= $this->translate('soft state') ?>)</td>
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<td><?= $checkAttempts ?> <?= $this->translate('(hard state)') ?></td>
|
<td><?= $checkAttempts ?> (<?= $this->translate('hard state') ?>)</td>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</tr>
|
</tr>
|
||||||
<?php if ($object->check_execution_time): ?>
|
<?php if ($object->check_execution_time): ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user