From b4aeb74e1aebd91f2cfebcd88ef2ddb1f68f06a8 Mon Sep 17 00:00:00 2001 From: Stephon Brown Date: Thu, 5 Feb 2026 20:08:59 -0500 Subject: [PATCH] feat(i18n): add payment method update error translation key --- apps/browser/src/_locales/en/messages.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/browser/src/_locales/en/messages.json b/apps/browser/src/_locales/en/messages.json index 972fd60cc2e..eaf0b76c9e0 100644 --- a/apps/browser/src/_locales/en/messages.json +++ b/apps/browser/src/_locales/en/messages.json @@ -6130,5 +6130,8 @@ "sendPasswordHelperText": { "message": "Individuals will need to enter the password to view this Send", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, + "paymentMethodUpdateError": { + "message": "There was an error updating your payment method." } } \ No newline at end of file