ObjectsController: it's apply, not apply_rule

This commit is contained in:
Thomas Gelf 2017-07-14 11:40:57 +02:00
parent e0667a1d9b
commit fe822c3e31
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ abstract class ObjectsController extends ActionController
Link::create(
$this->translate('Add'),
"director/$type/add",
['type' => 'apply_rule'],
['type' => 'apply'],
[
'title' => sprintf(
$this->translate('Create a new %s Apply Rule'),