mirror of
https://github.com/ansible/awx.git
synced 2026-02-23 05:55:59 -03:30
fix permissions disabled tooltip wording
This commit is contained in:
@@ -343,7 +343,7 @@ export function CredentialsEdit($scope, $rootScope, $compile, $location, $log,
|
|||||||
|
|
||||||
$scope.$watch('organization', function(val) {
|
$scope.$watch('organization', function(val) {
|
||||||
if (val === undefined) {
|
if (val === undefined) {
|
||||||
$scope.permissionsTooltip = i18n._('Credentials are only shared within an organization. Assign credentials to an organization to delegate credential permissions. The organization cannot be edited after credentials are assigned.');
|
$scope.permissionsTooltip = i18n._('Populate the organization field in the form below in order to set permissions.');
|
||||||
} else {
|
} else {
|
||||||
$scope.permissionsTooltip = '';
|
$scope.permissionsTooltip = '';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user