From 4cda11585c75ce923d357b0dbb91fb393ed8e303 Mon Sep 17 00:00:00 2001 From: Kamil Trzcinski Date: Thu, 5 Oct 2017 21:33:29 +0200 Subject: Fix almost all unresolved comments from Docs and UX review --- app/controllers/projects/clusters_controller.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/controllers') diff --git a/app/controllers/projects/clusters_controller.rb b/app/controllers/projects/clusters_controller.rb index 77644602b72..ce8e73392b8 100644 --- a/app/controllers/projects/clusters_controller.rb +++ b/app/controllers/projects/clusters_controller.rb @@ -70,10 +70,10 @@ class Projects::ClustersController < Projects::ApplicationController def destroy if cluster.destroy - flash[:notice] = "Cluster was successfully removed." + flash[:notice] = "Cluster integration was successfully removed." redirect_to project_clusters_path(project), status: 302 else - flash[:notice] = "Cluster was not removed." + flash[:notice] = "Cluster integration was not removed." render :show end end -- cgit v1.2.3