diff --git a/locales/en-US.yml b/locales/en-US.yml index f54bb30666..a91fd5f567 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -312,7 +312,7 @@ agreeTo: "I agree to {0}" tos: "Terms of Service" start: "Begin" home: "Home" -remoteUserCaution: "Information from remote users may be incomplete." +remoteUserCaution: "Information from remote users are incomplete." activity: "Activity" images: "Images" birthday: "Birthday" diff --git a/locales/id-ID.yml b/locales/id-ID.yml index 22e0040ce8..e35a8f98b1 100644 --- a/locales/id-ID.yml +++ b/locales/id-ID.yml @@ -2192,3 +2192,5 @@ reactions: Reaksi replies: Balasan quotes: Kutipan renotes: Postingan ulang +showAttachedNotes: Tampilkan postingan dengan berkas ini +attachedToNotes: Posting dengan berkas ini diff --git a/packages/client/src/pages/settings/theme.vue b/packages/client/src/pages/settings/theme.vue index 32a84fe517..c4c34d7c8f 100644 --- a/packages/client/src/pages/settings/theme.vue +++ b/packages/client/src/pages/settings/theme.vue @@ -108,11 +108,11 @@ >{{ i18n.ts._theme.manage }}<template #suffix>{{ themesCount }}</template></FormLink > - <FormLink to="https://assets.firefish.io/theme/list" external + <!-- <FormLink to="https://assets.misskey.io/theme/list" external ><template #icon ><i :class="icon('ph-planet')"></i></template >{{ i18n.ts._theme.explore }}</FormLink - > + > --> <FormLink to="/settings/theme/install" ><template #icon ><i :class="icon('ph-download-simple')"></i></template