mirror of
https://github.com/ansible/awx.git
synced 2026-02-17 19:20:05 -03:30
remove ID wording from label, it is not correct
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user