bump to misskey-dev/misskey 2023.12.2
This commit is contained in:
parent
761b003b8e
commit
3c11ffa204
2 changed files with 2 additions and 1 deletions
1
locales/index.d.ts
vendored
1
locales/index.d.ts
vendored
|
|
@ -1171,6 +1171,7 @@ export interface Locale {
|
|||
"privacyPolicy": string;
|
||||
"privacyPolicyUrl": string;
|
||||
"tosAndPrivacyPolicy": string;
|
||||
"toServiceArt": string;
|
||||
"avatarDecorations": string;
|
||||
"attach": string;
|
||||
"detach": string;
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue