syncrule/index: fix a typo in the view script

fixes #383
This commit is contained in:
Thomas Gelf 2017-05-03 11:28:36 +02:00
parent 2237272b6b
commit 24b14184be

View File

@ -7,7 +7,7 @@
<?php if (! $rule->hasSyncProperties()): ?> <?php if (! $rule->hasSyncProperties()): ?>
<p class="warning"> <p class="warning">
<?= sprintf( <?= sprintf(
$this->translate('You need must define some %s before you can run this Sync rule'), $this->translate('You must define some %s before you can run this Sync Rule'),
$this->qlink('Sync Properties', 'director/syncrule/property', array('rule_id' => $rule->id)) $this->qlink('Sync Properties', 'director/syncrule/property', array('rule_id' => $rule->id))
) )
?> ?>