Improve location wizard cloud names

Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/9e387e21
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/tree/9e387e21
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/diff/9e387e21

Branch: refs/heads/master
Commit: 9e387e21aefbe2c765b313b9e1e5a5a72f9e1e19
Parents: 2121fde
Author: Sam Corbett <sam.corb...@cloudsoftcorp.com>
Authored: Thu May 19 15:34:40 2016 +0100
Committer: Sam Corbett <sam.corb...@cloudsoftcorp.com>
Committed: Thu May 19 15:34:40 2016 +0100

----------------------------------------------------------------------
 src/main/webapp/assets/js/view/location-wizard.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/9e387e21/src/main/webapp/assets/js/view/location-wizard.js
----------------------------------------------------------------------
diff --git a/src/main/webapp/assets/js/view/location-wizard.js 
b/src/main/webapp/assets/js/view/location-wizard.js
index 14531bb..0a317b2 100644
--- a/src/main/webapp/assets/js/view/location-wizard.js
+++ b/src/main/webapp/assets/js/view/location-wizard.js
@@ -345,10 +345,10 @@ define([
                     label: 'Cloud Provider',
                     type: 'select',
                     values: {
-                        'jclouds:aws-ec2': 'Amazon',
-                        'jclouds:google-compute-engine': 'Google',
-                        'jclouds:softlayer': 'Softlayer',
+                        'jclouds:aws-ec2': 'Amazon EC2',
+                        'jclouds:google-compute-engine': 'Google Compute 
Engine',
                         'jclouds:openstack-nova': 'Openstack Nova',
+                        'jclouds:softlayer': 'SoftLayer',
                         other: 'Other (supply location spec string)'
                     }
                 },

Reply via email to