remove ID wording from label, it is not correct

This commit is contained in:
AlanCoding 2016-03-29 15:18:51 -04:00
parent fa92b2e851
commit f6d174c337

View File

@ -127,7 +127,7 @@ angular.module('CredentialsHelper', ['Utilities'])
break;
case 'openstack':
scope.hostLabel = "Host (Authentication URL)";
scope.projectLabel = "Project (Tenant Name/ID)";
scope.projectLabel = "Project (Tenant Name)";
scope.domainLabel = "Domain Name (optional)";
scope.password_required = true;
scope.project_required = true;