ConfigController: notification text

This commit is contained in:
Thomas Gelf 2015-10-13 17:24:50 +02:00
parent 7c081c12ce
commit 54ac96e4a9

View File

@ -23,7 +23,7 @@ class Director_ConfigController extends ActionController
} else {
$url = Url::fromPath('director/config/show', array('checksum' => $checksum));
Notification::success(
$this->translate('Config deployment has been failed')
$this->translate('Config deployment failed')
);
$this->redirectNow($url);
}