From 5ecb230bcc6b9ed9ee9529c9f3032083911adc71 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Fri, 16 Jan 2026 16:25:36 -0700 Subject: [PATCH] revert 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 a2bc6e74b..08e9382be 100644 --- a/web/projects/shared/src/i18n/dictionaries/en.ts +++ b/web/projects/shared/src/i18n/dictionaries/en.ts @@ -675,4 +675,4 @@ export const ENGLISH = { 'The list is empty': 711, 'Restart now': 712, 'Later': 713, // as in, (do it) later -} as Record +} as const