Skip to content

Commit

Permalink
fix: change bce to bcs
Browse files Browse the repository at this point in the history
  • Loading branch information
UrWrstNightmare committed Sep 25, 2023
1 parent 1a0e977 commit 24d00e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/common/searchOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down
2 changes: 1 addition & 1 deletion src/translations/translation.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
"phShort": "PH",
"tsShort": "TS",
"ssShort": "SS",
"bceShort": "BCE",
"bcsShort": "BCS",
"allShort": "ALL",
"etcShort": "ETC"
},
Expand Down
2 changes: 1 addition & 1 deletion src/translations/translation.ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
"phShort": "물리",
"tsShort": "융인",
"ssShort": "반시공",
"bceShort": "뇌인지",
"bcsShort": "뇌인지",
"allShort": "전체",
"etcShort": "기타"
},
Expand Down

0 comments on commit 24d00e9

Please sign in to comment.