From 7b0517247345ca542bde32fffafcfb4edaaf2974 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Tue, 24 Jul 2012 12:18:41 -0700 Subject: [PATCH] Fix tag notification messages --- ui/scripts/sharedFunctions.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/scripts/sharedFunctions.js b/ui/scripts/sharedFunctions.js index 7eba4340b79..7948b763764 100644 --- a/ui/scripts/sharedFunctions.js +++ b/ui/scripts/sharedFunctions.js @@ -663,7 +663,7 @@ cloudStack.api = { args.response.success({ _custom: { jobId: json.createtagsresponse.jobid }, notification: { - desc: 'Add tag for instance', + desc: 'Add tag for ' + resourceType, poll: pollAsyncJobResult } }); @@ -687,7 +687,7 @@ cloudStack.api = { args.response.success({ _custom: { jobId: json.deletetagsresponse.jobid }, notification: { - desc: 'Remove tag for instance', + desc: 'Remove tag for ' + resourceType, poll: pollAsyncJobResult } });