From 3fba55a54d6e8a2cb49fb0930bf3beb9de7c1670 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Tue, 13 Jan 2026 13:13:39 -0700 Subject: [PATCH] undo mock --- web/projects/shared/src/i18n/dictionaries/en.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/projects/shared/src/i18n/dictionaries/en.ts b/web/projects/shared/src/i18n/dictionaries/en.ts index 0fe5fa9bb..e8b64480c 100644 --- a/web/projects/shared/src/i18n/dictionaries/en.ts +++ b/web/projects/shared/src/i18n/dictionaries/en.ts @@ -596,4 +596,4 @@ export const ENGLISH = { 'Open UI': 627, // as in, upload a file 'Copied to clipboard': 628, 'The list is empty': 629, -} as Record +} as const