Updated Branches: refs/heads/vpc 1323d7f32 -> dd7a0da9a
CS-15901:InterVlan - UI - Site-to-Site VPN Gateway - Confirmation Message should mention Site-to-Site VPN Gateway instead of just VPN Gateway Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/dd7a0da9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/dd7a0da9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/dd7a0da9 Branch: refs/heads/vpc Commit: dd7a0da9a753a0bbf982685e4ace2dab24debefd Parents: 1323d7f Author: Pranav Saxena <[email protected]> Authored: Wed Aug 8 15:00:48 2012 +0530 Committer: Pranav Saxena <[email protected]> Committed: Wed Aug 8 15:00:48 2012 +0530 ---------------------------------------------------------------------- ui/scripts/ui-custom/vpc.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/dd7a0da9/ui/scripts/ui-custom/vpc.js ---------------------------------------------------------------------- diff --git a/ui/scripts/ui-custom/vpc.js b/ui/scripts/ui-custom/vpc.js index b27e5f2..1614de1 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 = $('<div>').addClass('loading-overlay').appendTo($chart); var error = function(message) {
