From 2c1550b10f2f1ed99fcc8354bb06c789f545bdc3 Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Wed, 25 May 2022 20:09:15 +0200 Subject: [PATCH] Fix typo in credentials removal dialog (#12784) --- src/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/translations/en.json b/src/translations/en.json index 2d3f00c4ed..8f58b29c64 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -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" },