Skip to content
This repository was archived by the owner on Jan 15, 2020. It is now read-only.

Commit c10f8a1

Browse files
author
Jessica Wang
committed
CLOUDSTACK-7744: UI > Instances > detailView > Change Service Offering > show generic notification.
1 parent 6239447 commit c10f8a1

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

ui/scripts/instances.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1580,11 +1580,8 @@
15801580
});
15811581
},
15821582
messages: {
1583-
confirm: function(args) {
1584-
return 'message.instance.scaled.up.confirm';
1585-
},
15861583
notification: function(args) {
1587-
return 'label.instance.scaled.up';
1584+
return 'label.change.service.offering'; //CLOUDSTACK-7744
15881585
}
15891586
},
15901587
notification: {

0 commit comments

Comments
 (0)