Skip to content
Snippets Groups Projects
Commit 5f2a735f authored by Yas Naoi's avatar Yas Naoi
Browse files

by yas: fixed description.

parent 75009657
No related branches found
No related tags found
No related merge requests found
......@@ -200,7 +200,7 @@ function aws_cloud_add_form($form_state, $edit = array(), $op = '') {
$form['cloud']['host_uri'] = array(
'#type' => 'textfield',
'#title' => t('API URI'),
'#description' => t("'http://' is NOT required:<br />e.g. AWS: ec2.amazonaws.com / ec2.us-west-1.amazonaws.com / ec2.eu-west-1.amazonaws.com / ec2.eu-west-2.amazonaws.com / ec2.ap-southeast-1.amazonaws.com / ec2.ap-northeast-1.amazonaws.com / ec2.sa-east-1.amazonaws.com or OpenStack: 192.168.0.1:8773/services/Cloud"),
'#description' => t("'http://' is NOT required:<br />e.g. AWS: ec2.amazonaws.com / ec2.us-west-1.amazonaws.com / ec2.us-west-2.amazonaws.com / ec2.eu-west-1.amazonaws.com / ec2.ap-southeast-1.amazonaws.com / ec2.ap-northeast-1.amazonaws.com / ec2.sa-east-1.amazonaws.com or OpenStack: 192.168.0.1:8773/services/Cloud"),
'#size' => 50,
'#maxlength' => 255,
'#required' => TRUE,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment