From 24d00e9059ef6c0c5d87faddf213af613a30d507 Mon Sep 17 00:00:00 2001 From: Jiho Park <jihopark7777@gmail.com> Date: Mon, 25 Sep 2023 19:31:25 +0900 Subject: [PATCH] fix: change bce to bcs --- src/common/searchOptions.js | 2 +- src/translations/translation.en.json | 2 +- src/translations/translation.ko.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/common/searchOptions.js b/src/common/searchOptions.js index 9fba173..97d3f1d 100644 --- a/src/common/searchOptions.js +++ b/src/common/searchOptions.js @@ -36,7 +36,7 @@ export const getDepartmentOptions = () => ['MS', i18n.t('ui.department.msShort'), 500], ['TS', i18n.t('ui.department.tsShort'), 500], ['SS', i18n.t('ui.department.ssShort'), 500], - ['BCE', i18n.t('ui.department.bceShort'), 500], + ['BCS', i18n.t('ui.department.bcsShort'), 500], ['ETC', i18n.t('ui.department.etcShort'), 900], ] .sort((a, b) => { diff --git a/src/translations/translation.en.json b/src/translations/translation.en.json index 051dbd3..5cef07d 100644 --- a/src/translations/translation.en.json +++ b/src/translations/translation.en.json @@ -207,7 +207,7 @@ "phShort": "PH", "tsShort": "TS", "ssShort": "SS", - "bceShort": "BCE", + "bcsShort": "BCS", "allShort": "ALL", "etcShort": "ETC" }, diff --git a/src/translations/translation.ko.json b/src/translations/translation.ko.json index 1cc64ae..d9f0b33 100644 --- a/src/translations/translation.ko.json +++ b/src/translations/translation.ko.json @@ -207,7 +207,7 @@ "phShort": "물리", "tsShort": "융인", "ssShort": "반시공", - "bceShort": "뇌인지", + "bcsShort": "뇌인지", "allShort": "전체", "etcShort": "기타" },