diff --git a/packages/frontend/src/components/MkPostForm.vue b/packages/frontend/src/components/MkPostForm.vue
index b80e0321d5..91bccb9b24 100644
--- a/packages/frontend/src/components/MkPostForm.vue
+++ b/packages/frontend/src/components/MkPostForm.vue
@@ -64,7 +64,7 @@ SPDX-License-Identifier: AGPL-3.0-only
- {{ i18n.ts.contentWarningCheckRule }}
+ {{ i18n.ts.contentWarningCheckRule }}
{{ i18n.ts.notSpecifiedMentionWarning }} -
diff --git a/packages/frontend/src/pages/about-misskey.vue b/packages/frontend/src/pages/about-misskey.vue
index ed5b623905..c51056081e 100644
--- a/packages/frontend/src/pages/about-misskey.vue
+++ b/packages/frontend/src/pages/about-misskey.vue
@@ -29,7 +29,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+
{{ i18n.ts._aboutMisskey.source }}
GitHub
diff --git a/packages/frontend/src/ui/_common_/common.ts b/packages/frontend/src/ui/_common_/common.ts
index 869db2a0ba..8e5292c8db 100644
--- a/packages/frontend/src/ui/_common_/common.ts
+++ b/packages/frontend/src/ui/_common_/common.ts
@@ -97,18 +97,18 @@ export function openInstanceMenu(ev: MouseEvent) {
action: () => {
window.open(instance.privacyPolicyUrl, '_blank');
},
+ } : undefined, true ? {
+ text: i18n.ts.toServiceArt,
+ icon: 'ti ti-help-circle',
+ action: () => {
+ window.open('https://service.misskey.art', '_blank');
+ },
} : undefined, (!instance.impressumUrl && !instance.tosUrl && !instance.privacyPolicyUrl) ? undefined : null, {
text: i18n.ts.help,
icon: 'ti ti-help-circle',
action: () => {
window.open('https://misskey-hub.net/help.html', '_blank');
},
- }, {
- text: i18n.ts.toServiceArt,
- icon: 'ti ti-help-circle',
- action: () => {
- window.open('https://service.misskey.art', '_blank');
- },
}, ($i) ? {
text: i18n.ts._initialTutorial.launchTutorial,
icon: 'ti ti-presentation',