mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-09-25 18:59:05 +02:00
parent
a7a58c5893
commit
5298243d94
@ -94,7 +94,7 @@ class SyncruleController extends ActionController
|
|||||||
break;
|
break;
|
||||||
case 'in-sync':
|
case 'in-sync':
|
||||||
$c->add(Html::tag('p', null, sprintf(
|
$c->add(Html::tag('p', null, sprintf(
|
||||||
$this->translate('This Sync Rule was last found to by in Sync at %s.'),
|
$this->translate('This Sync Rule was last found to be in Sync at %s.'),
|
||||||
$rule->get('last_attempt')
|
$rule->get('last_attempt')
|
||||||
)));
|
)));
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user