monitoring: Fix tooltip of the sticky flag for acks
This commit is contained in:
parent
b585b92196
commit
90f606fbd4
|
@ -111,8 +111,8 @@ class AcknowledgeProblemCommandForm extends ObjectsCommandForm
|
||||||
'label' => $this->translate('Sticky Acknowledgement'),
|
'label' => $this->translate('Sticky Acknowledgement'),
|
||||||
'value' => true,
|
'value' => true,
|
||||||
'description' => $this->translate(
|
'description' => $this->translate(
|
||||||
'If you want the acknowledgement to disable notifications until the host or service recovers,'
|
'If you want the acknowledgement to remain until the host or service recovers even if the host'
|
||||||
. ' check this option.'
|
. ' or service changes state, check this option.'
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue