From dd7a0da9a753a0bbf982685e4ace2dab24debefd Mon Sep 17 00:00:00 2001 From: Pranav Saxena Date: Wed, 8 Aug 2012 15:00:48 +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 b27e5f2f365..1614de1a024 100644 --- a/ui/scripts/ui-custom/vpc.js +++ b/ui/scripts/ui-custom/vpc.js @@ -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 = $('
').addClass('loading-overlay').appendTo($chart); var error = function(message) {