From d0cd4a9a635e5d74b2d9145d8f72b3533b5204c0 Mon Sep 17 00:00:00 2001 From: Maksim Sitnikov Date: Fri, 22 Mar 2024 18:58:03 +0300 Subject: [PATCH] Update LOCALE_LOCAL_STORAGE_KEY (#188) Co-authored-by: Maksim Sitnikov --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index a0668f3a4d0..8d0862d0844 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -14,4 +14,4 @@ export const TARGET_PROFILE = 'gravity-ui'; export const SCROLL_TO_TEMPLATES_EVENT = 'templates'; -export const LOCALE_LOCAL_STORAGE_KEY = 'gravity-landing-locale-v2'; +export const LOCALE_LOCAL_STORAGE_KEY = 'gravity-landing-locale-v3';