From e4cbb938603092acbb220c079aba2526feac300c Mon Sep 17 00:00:00 2001 From: NoriDev Date: Tue, 29 Oct 2024 13:58:33 +0900 Subject: [PATCH] =?UTF-8?q?fix(frontend):=20=EC=A0=9C=EC=96=B4=ED=8C=90?= =?UTF-8?q?=EC=97=90=EC=84=9C=20=EB=AC=B8=EC=9D=98=EC=B2=98=20URL=EC=9D=B4?= =?UTF-8?q?=20=EC=84=A4=EC=A0=95=EB=90=98=EC=A7=80=20=EC=95=8A=EC=95=98?= =?UTF-8?q?=EC=9D=84=20=EB=95=8C=20=ED=91=9C=EC=8B=9C=EB=90=98=EB=8A=94=20?= =?UTF-8?q?=EA=B2=BD=EA=B3=A0=EC=9D=98=20=EB=B0=94=EB=A1=9C=EA=B0=80?= =?UTF-8?q?=EA=B8=B0=EA=B0=80=20=EC=9E=98=EB=AA=BB=20=EC=84=A4=EC=A0=95?= =?UTF-8?q?=EB=90=98=EC=96=B4=20=EC=9E=88=EC=9D=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG_CHERRYPICK.md | 1 + locales/ko-KR.yml | 2 +- packages/frontend/src/pages/admin/index.vue | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG_CHERRYPICK.md b/CHANGELOG_CHERRYPICK.md index ee03a1c333..5f63da87ea 100644 --- a/CHANGELOG_CHERRYPICK.md +++ b/CHANGELOG_CHERRYPICK.md @@ -62,6 +62,7 @@ Misskey의 전체 변경 사항을 확인하려면, [CHANGELOG.md#2024xx](CHANGE - 모바일 환경에서만 적용되던 문제를 해결했습니다. - Fix: 모바일 환경에서 제어판의 인디케이터가 잘못된 위치에 표시될 수 있음 - Fix: `답글을 자동으로 더 보기`를 활성화하면 3개 미만의 답글이 있는 노트에서 답글이 보이지 않음 (kokonect-link/cherrypick#521) +- Fix: 제어판에서 문의처 URL이 설정되지 않았을 때 표시되는 경고의 바로가기가 잘못 설정되어 있음 ### Server - Enhance: 노트 편집 제한 완화 diff --git a/locales/ko-KR.yml b/locales/ko-KR.yml index 8c798f2f78..0d5568fd79 100644 --- a/locales/ko-KR.yml +++ b/locales/ko-KR.yml @@ -982,7 +982,7 @@ administration: "관리" accounts: "계정" switch: "전환" noMaintainerInformationWarning: "관리자 정보를 아직 설정하지 않았어요." -noInquiryUrlWarning: "문의처 주소를 아직 설정하지 않았어요." +noInquiryUrlWarning: "문의처 URL을 아직 설정하지 않았어요." noBotProtectionWarning: "봇 방어가 설정되지 않았어요." configure: "설정하기" postToGallery: "갤러리에 업로드" diff --git a/packages/frontend/src/pages/admin/index.vue b/packages/frontend/src/pages/admin/index.vue index 74b09b600e..0c2aca67fb 100644 --- a/packages/frontend/src/pages/admin/index.vue +++ b/packages/frontend/src/pages/admin/index.vue @@ -15,7 +15,7 @@ SPDX-License-Identifier: AGPL-3.0-only
{{ i18n.ts.thereIsUnresolvedAbuseReportWarning }} {{ i18n.ts.check }} {{ i18n.ts.noMaintainerInformationWarning }} {{ i18n.ts.configure }} - {{ i18n.ts.noInquiryUrlWarning }} {{ i18n.ts.configure }} + {{ i18n.ts.noInquiryUrlWarning }} {{ i18n.ts.configure }} {{ i18n.ts.noBotProtectionWarning }} {{ i18n.ts.configure }} {{ i18n.ts.noEmailServerWarning }} {{ i18n.ts.configure }} {{ i18n.ts.newVersionOfClientAvailable }} {{ i18n.ts.configure }}