Fix typo in credentials removal dialog (#12784)

This commit is contained in:
Philip Allgaier 2022-05-25 20:09:15 +02:00 committed by GitHub
parent ffc4ca5b56
commit 2c1550b10f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2909,7 +2909,7 @@
},
"remove_selected": {
"button": "Remove selected",
"confirm_title": "Do you want to remove {number} {number, plural,\n one {credential}\n other {credentialss}\n}?",
"confirm_title": "Do you want to remove {number} {number, plural,\n one {credential}\n other {credentials}\n}?",
"confirm_text": "Application Credentials in use by an integration may not be removed.",
"error_title": "Removing Application Credential failed"
},