From e88813e983ca28f9b5be10eed089ba70e03984f2 Mon Sep 17 00:00:00 2001 From: Jonathan Prusik Date: Thu, 10 Apr 2025 18:01:28 -0400 Subject: [PATCH] remove duplicate message catalog keys (#14228) --- apps/web/src/locales/en/messages.json | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/apps/web/src/locales/en/messages.json b/apps/web/src/locales/en/messages.json index 8fe74a5a2d2..0193fc4862b 100644 --- a/apps/web/src/locales/en/messages.json +++ b/apps/web/src/locales/en/messages.json @@ -149,27 +149,6 @@ } } }, - "atRiskMembersWithCount": { - "message": "At-risk members ($COUNT$)", - "placeholders": { - "count": { - "content": "$1", - "example": "3" - } - } - }, - "atRiskMembersDescription": { - "message": "These members are logging into applications with weak, exposed, or reused passwords." - }, - "atRiskMembersDescriptionWithApp": { - "message": "These members are logging into $APPNAME$ with weak, exposed, or reused passwords.", - "placeholders": { - "appname": { - "content": "$1", - "example": "Salesforce" - } - } - }, "totalMembers": { "message": "Total members" }, @@ -9314,9 +9293,6 @@ "sdksDesc": { "message": "Use Bitwarden Secrets Manager SDK in the following programming languages to build your own applications." }, - "singleSignOn": { - "message": "Single sign-on" - }, "ssoDescStart": { "message": "Configure", "description": "This represents the beginning of a sentence, broken up to include links. The full sentence will be 'Configure single sign-on for Bitwarden using the implementation guide for your Identity Provider."