From 4c6421abf75ee6dc0b794ec558e458c767d02f11 Mon Sep 17 00:00:00 2001 From: Pranav Saxena Date: Wed, 8 Aug 2012 14:57:35 +0530 Subject: [PATCH] CS-15901:InterVlan - UI - Site-to-Site VPN Gateway - Confirmation Message should mention Site-to-Site VPN Gateway instead of just VPN Gateway --- ui/scripts/ui-custom/vpc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scripts/ui-custom/vpc.js b/ui/scripts/ui-custom/vpc.js index 2a9fa6db4cc..6d724b1140d 100644 --- a/ui/scripts/ui-custom/vpc.js +++ b/ui/scripts/ui-custom/vpc.js @@ -123,7 +123,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 = $('
').addClass('loading-overlay').appendTo($chart); var error = function(message) {