Removed unused string from credentials strings

This commit is contained in:
mabashian 2017-11-22 13:29:52 -05:00
parent d3da899459
commit ff1f322c88
No known key found for this signature in database
GPG Key ID: 436B8D5EDC704CE3

View File

@ -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'];