From a924eb196f907af2cc21a77c915f53a3d889bd35 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 535df56ce4a..12d3498350c 100644 --- a/ui/scripts/sharedFunctions.js +++ b/ui/scripts/sharedFunctions.js @@ -641,7 +641,7 @@ cloudStack.api = { args.response.success({ _custom: { jobId: json.createtagsresponse.jobid }, notification: { - desc: 'Add tag for instance', + desc: 'Add tag for ' + resourceType, poll: pollAsyncJobResult } }); @@ -665,7 +665,7 @@ cloudStack.api = { args.response.success({ _custom: { jobId: json.deletetagsresponse.jobid }, notification: { - desc: 'Remove tag for instance', + desc: 'Remove tag for ' + resourceType, poll: pollAsyncJobResult } });