From c4ad9a83153a259cc0e8d4660be271f460af93eb Mon Sep 17 00:00:00 2001 From: Tom <28008958+taeh98@users.noreply.github.com> Date: Thu, 31 Aug 2023 14:56:26 +0100 Subject: [PATCH] fix: fixed prettier error in korean translation (#699) --- src/translations/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/translations/index.js b/src/translations/index.js index 60018b2..6631fbc 100644 --- a/src/translations/index.js +++ b/src/translations/index.js @@ -84,6 +84,6 @@ export default { 1: '하나의 아이템이 선택되었습니다.', n: '{count}개의 아이템이 선택되었습니다.', }, - NOTHING_TO_SHOW: "검색된 사항이 존재하지 않습니다.", + NOTHING_TO_SHOW: '검색된 사항이 존재하지 않습니다.', }, };