mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
Removed unused string from credentials strings
This commit is contained in:
@@ -27,10 +27,6 @@ function CredentialsStrings (BaseString) {
|
|||||||
ns.permissions = {
|
ns.permissions = {
|
||||||
TITLE: t.s('CREDENTIALS PERMISSIONS')
|
TITLE: t.s('CREDENTIALS PERMISSIONS')
|
||||||
};
|
};
|
||||||
|
|
||||||
ns.deleteCredential = {
|
|
||||||
CONFIRM: t.s('The credential is currently being used by other resources. Are you sure you want to delete this credential?')
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
||||||
CredentialsStrings.$inject = ['BaseStringService'];
|
CredentialsStrings.$inject = ['BaseStringService'];
|
||||||
|
|||||||
Reference in New Issue
Block a user