From 54ac96e4a90efe1fba2ec8aae55b22fa3ae9f5a9 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Tue, 13 Oct 2015 17:24:50 +0200 Subject: [PATCH] ConfigController: notification text --- application/controllers/ConfigController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/ConfigController.php b/application/controllers/ConfigController.php index 163bad74..9b1885b1 100644 --- a/application/controllers/ConfigController.php +++ b/application/controllers/ConfigController.php @@ -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); }