CS-15901:InterVlan - UI - Site-to-Site VPN Gateway - Confirmation Message should mention Site-to-Site VPN Gateway instead of just VPN Gateway

This commit is contained in:
Pranav Saxena 2012-08-08 15:00:48 +05:30
parent 1323d7f32f
commit dd7a0da9a7

View File

@ -129,7 +129,7 @@
showVPNListView();
} else {
cloudStack.dialog.confirm({
message: 'Please confirm that you want to add a VPN gateway.',
message: 'Please confirm that you want to add a Site-to-Site VPN gateway.',
action: function() {
var $loading = $('<div>').addClass('loading-overlay').appendTo($chart);
var error = function(message) {