Skip to content

Commit 8feec73

Browse files
authored
fix: Update ko_KR.js (#465)
change locale ko_KR.js items_per_page "/ 쪽" -> "/ 페이지"
1 parent 821dfc9 commit 8feec73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/locale/ko_KR.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export default {
22
// Options.jsx
3-
items_per_page: '/ ',
3+
items_per_page: '/ 페이지',
44
jump_to: '이동하기',
55
jump_to_confirm: '확인하다',
66
page: '페이지',

0 commit comments

Comments
 (0)