From 3c11ffa20439266c58a75e888b8594aff70f4fdd Mon Sep 17 00:00:00 2001 From: ced Date: Sun, 14 Jan 2024 06:40:42 +0000 Subject: [PATCH] bump to misskey-dev/misskey 2023.12.2 --- locales/index.d.ts | 1 + packages/frontend/src/ui/_common_/common.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/locales/index.d.ts b/locales/index.d.ts index 56071a1ddb..9849e8c917 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -1171,6 +1171,7 @@ export interface Locale { "privacyPolicy": string; "privacyPolicyUrl": string; "tosAndPrivacyPolicy": string; + "toServiceArt": string; "avatarDecorations": string; "attach": string; "detach": string; diff --git a/packages/frontend/src/ui/_common_/common.ts b/packages/frontend/src/ui/_common_/common.ts index af22a779c9..dc1a4dc40a 100644 --- a/packages/frontend/src/ui/_common_/common.ts +++ b/packages/frontend/src/ui/_common_/common.ts @@ -101,7 +101,7 @@ export function openInstanceMenu(ev: MouseEvent) { icon: 'ti ti-shield-lock', action: () => { window.open(instance.privacyPolicyUrl, '_blank', 'noopener'); - },AD + }, } : undefined, true ? { text: i18n.ts.toServiceArt, icon: 'ti ti-help-circle',