fix locale

This commit is contained in:
ThatOneCalculator 2023-02-08 18:30:50 -08:00
parent 7eb887c3b6
commit d054ccde71
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ function openHelpMenu(ev: MouseEvent) {
to: '/about-calckey', to: '/about-calckey',
}, { }, {
type: 'link', type: 'link',
text: i18n.ts.mobileApps, text: i18n.ts._apps.apps,
icon: 'ph-device-mobile-bold ph-lg', icon: 'ph-device-mobile-bold ph-lg',
to: '/apps', to: '/apps',
}], ev.currentTarget ?? ev.target, { }], ev.currentTarget ?? ev.target, {