From ff1f322c881d3fdbb56d402b54826b1c74997b9f Mon Sep 17 00:00:00 2001 From: mabashian Date: Wed, 22 Nov 2017 13:29:52 -0500 Subject: [PATCH] Removed unused string from credentials strings --- awx/ui/client/features/credentials/credentials.strings.js | 4 ---- 1 file changed, 4 deletions(-) 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'];