SyncRuleForm: fix typo of policy
This commit is contained in:
parent
48df6cc9bd
commit
960fe14355
|
@ -36,7 +36,7 @@ class SyncRuleForm extends DirectorObjectForm
|
|||
));
|
||||
|
||||
$this->addElement('select', 'update_policy', array(
|
||||
'label' => $this->translate('Update Policity'),
|
||||
'label' => $this->translate('Update Policy'),
|
||||
'description' => $this->translate(
|
||||
'Define what should happen when an object with a matching key'
|
||||
. " already exists. You could merge its properties (import source"
|
||||
|
|
|
@ -2947,7 +2947,7 @@ msgid "Update Method"
|
|||
msgstr "Aktualisierungsmethode"
|
||||
|
||||
#: /usr/share/icingaweb2/modules/director/application/forms/SyncRuleForm.php:39
|
||||
msgid "Update Policity"
|
||||
msgid "Update Policy"
|
||||
msgstr "Aktualisierungsrichtlinie"
|
||||
|
||||
#: /usr/share/icingaweb2/modules/director/application/forms/SyncPropertyForm.php:228
|
||||
|
|
Loading…
Reference in New Issue