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) {