mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 14:54:24 +02:00
monitoring: Avoid full stops at the end of comment tooltips
refs #10113
This commit is contained in:
parent
ce1ed7413d
commit
38a752b0ac
@ -36,9 +36,9 @@
|
|||||||
<?= $this->timeAgo($comment->timestamp) ?>
|
<?= $this->timeAgo($comment->timestamp) ?>
|
||||||
</span>
|
</span>
|
||||||
<span class="comment-icons" data-base-target="_self">
|
<span class="comment-icons" data-base-target="_self">
|
||||||
<?= $comment->persistent ? $this->icon('attach', 'This comment is persistent.') : '' ?>
|
<?= $comment->persistent ? $this->icon('attach', 'This comment is persistent') : '' ?>
|
||||||
<?= $comment->expiration ? $this->icon('clock', sprintf(
|
<?= $comment->expiration ? $this->icon('clock', sprintf(
|
||||||
$this->translate('This comment expires on %s at %s.'),
|
$this->translate('This comment expires on %s at %s'),
|
||||||
$this->formatDate($comment->expiration),
|
$this->formatDate($comment->expiration),
|
||||||
$this->formatTime($comment->expiration)
|
$this->formatTime($comment->expiration)
|
||||||
)) : '' ?>
|
)) : '' ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user