diff --git a/awx/ui/client/features/credentials/credentials.strings.js b/awx/ui/client/features/credentials/credentials.strings.js index a89015dddd..958282aa09 100644 --- a/awx/ui/client/features/credentials/credentials.strings.js +++ b/awx/ui/client/features/credentials/credentials.strings.js @@ -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'];