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 } });