Skip to content

Commit

Permalink
monitoring: Fix typo in the list/hosts view script
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 24, 2015
1 parent e284ecf commit 1b46348
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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"
Expand Down

0 comments on commit 1b46348

Please sign in to comment.