update: i18n common.json keys (#2124)

This commit is contained in:
jingyang
2024-07-22 20:31:27 +08:00
committed by GitHub
parent 85de3c1d64
commit f24e41f5ec
9 changed files with 21 additions and 21 deletions

View File

@@ -17,7 +17,7 @@ const CodeEditor = (props: Props) => {
isOpen={isOpen}
onClose={onClose}
iconSrc="modal/edit"
title={t('common:Code editor')}
title={t('common:code_editor')}
w={'full'}
>
<ModalBody>