monitoring: Fix typo in the list/hosts view script

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-24 15:05:55 +02:00
parent e284ecf3b0
commit 1b46348a1a
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ if (! $this->compact): ?>
<?php endif ?>
<div class="content">
<?php if (! $hosts->hasResult()): ?>
<p><?= $this->translate('No hosts found matching the filter'.) ?></p>
<p><?= $this->translate('No hosts found matching the filter.') ?></p>
</div>
<?php return; endif ?>
<table data-base-target="_next"