From d054ccde71442e48e1c04ee4ebc71fc21451faa0 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Wed, 8 Feb 2023 18:30:50 -0800 Subject: [PATCH] fix locale --- packages/client/src/ui/_common_/navbar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/src/ui/_common_/navbar.vue b/packages/client/src/ui/_common_/navbar.vue index fdedad42bb..5d00c92421 100644 --- a/packages/client/src/ui/_common_/navbar.vue +++ b/packages/client/src/ui/_common_/navbar.vue @@ -146,7 +146,7 @@ function openHelpMenu(ev: MouseEvent) { to: '/about-calckey', }, { type: 'link', - text: i18n.ts.mobileApps, + text: i18n.ts._apps.apps, icon: 'ph-device-mobile-bold ph-lg', to: '/apps', }], ev.currentTarget ?? ev.target, {