Skip to content

Commit dee5acb

Browse files
fix(locales): ko locale fix (#1902)
1 parent 6bd08b4 commit dee5acb

File tree

1 file changed

+1
-1
lines changed
  • packages/core/src/i18n/locales

1 file changed

+1
-1
lines changed

packages/core/src/i18n/locales/ko.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export const ko: Dictionary = {
4242
title: "접을 수 있는 제목1",
4343
subtext: "내용을 표시하거나 숨길 수 있는 섹션 제목(대)",
4444
aliases: ["h", "제목1", "h1", "대제목", "접기", "토글"],
45-
group: "제목",
45+
group: "소제목",
4646
},
4747
toggle_heading_2: {
4848
title: "접을 수 있는 제목2",

0 commit comments

Comments
 (0)