bump to misskey-dev/misskey 2023.12.2

This commit is contained in:
ced 2024-01-14 06:40:42 +00:00
parent 761b003b8e
commit 3c11ffa204
2 changed files with 2 additions and 1 deletions

1
locales/index.d.ts vendored
View file

@ -1171,6 +1171,7 @@ export interface Locale {
"privacyPolicy": string;
"privacyPolicyUrl": string;
"tosAndPrivacyPolicy": string;
"toServiceArt": string;
"avatarDecorations": string;
"attach": string;
"detach": string;

View file

@ -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',