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; break;
case 'openstack': case 'openstack':
scope.hostLabel = "Host (Authentication URL)"; scope.hostLabel = "Host (Authentication URL)";
scope.projectLabel = "Project (Tenant Name/ID)"; scope.projectLabel = "Project (Tenant Name)";
scope.domainLabel = "Domain Name (optional)"; scope.domainLabel = "Domain Name (optional)";
scope.password_required = true; scope.password_required = true;
scope.project_required = true; scope.project_required = true;