parent
9210441178
commit
62e6c6e1a1
|
@ -202,7 +202,7 @@ class ConfigJob extends JobHook
|
||||||
{
|
{
|
||||||
return $form->translate(
|
return $form->translate(
|
||||||
'The Config job allows you to generate and eventually deploy your'
|
'The Config job allows you to generate and eventually deploy your'
|
||||||
. 'Icinga 2 configuration'
|
. ' Icinga 2 configuration'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,7 +14,7 @@ class PropertyModifierBitmask extends PropertyModifierHook
|
||||||
'label' => 'Bitmask',
|
'label' => 'Bitmask',
|
||||||
'description' => $form->translate(
|
'description' => $form->translate(
|
||||||
'The numeric bitmask you want to apply. In case you have a hexadecimal'
|
'The numeric bitmask you want to apply. In case you have a hexadecimal'
|
||||||
. ' or binary mask please transform it to a deximal number first. The'
|
. ' or binary mask please transform it to a decimal number first. The'
|
||||||
. ' result of this modifier is a boolean value, telling whether the'
|
. ' result of this modifier is a boolean value, telling whether the'
|
||||||
. ' given mask applies to the numeric value in your source column'
|
. ' given mask applies to the numeric value in your source column'
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue