From 5ae9a2048bd19df72f97e086e4a2e8b5fe2aa7fa Mon Sep 17 00:00:00 2001 From: Brandon Treston Date: Wed, 4 Mar 2026 09:38:57 -0500 Subject: [PATCH] [PM-33077] Add missing myItems key (#19348) * add missing myItems key * fix capitalization --- 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 8cbf884072e..b4e6840bf61 100644 --- a/apps/browser/src/_locales/en/messages.json +++ b/apps/browser/src/_locales/en/messages.json @@ -4865,6 +4865,9 @@ "copyAddress": { "message": "Copy address" }, + "myItems": { + "message": "My Items" + }, "adminConsole": { "message": "Admin Console" },