[icinga-checkins] icinga.org: icingaweb2/master: Fix wrong "Sent out to any contact" notification information
git at icinga.org
git at icinga.org
Thu Feb 25 11:35:22 CET 2016
Module: icingaweb2
Branch: master
Commit: a34f48c9900e1bc5e5226d7b903afe9912414eac
URL: https://git.icinga.org/?p=icingaweb2.git;a=commit;h=a34f48c9900e1bc5e5226d7b903afe9912414eac
Author: Eric Lippmann <eric.lippmann at netways.de>
Date: Thu Feb 25 11:33:43 2016 +0100
Fix wrong "Sent out to any contact" notification information
---
.../monitoring/application/views/scripts/list/notifications.phtml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/monitoring/application/views/scripts/list/notifications.phtml b/modules/monitoring/application/views/scripts/list/notifications.phtml
index 53d5947..6428055 100644
--- a/modules/monitoring/application/views/scripts/list/notifications.phtml
+++ b/modules/monitoring/application/views/scripts/list/notifications.phtml
@@ -65,7 +65,7 @@ if (! $this->compact): ?>
)
) ?>
<?php else: ?>
- <?= $this->translate('Sent out to any contact') ?>
+ <?= $this->translate('Not sent out to any contact') ?>
<?php endif ?>
</div>
<?php endif ?>
More information about the icinga-checkins
mailing list