mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 12:41:19 -03:30
Removed unused string from credentials strings
This commit is contained in:
parent
d3da899459
commit
ff1f322c88
@ -27,10 +27,6 @@ function CredentialsStrings (BaseString) {
|
||||
ns.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'];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user