Skip to content

Commit

Permalink
fix: i18n addCategoryIgnore
Browse files Browse the repository at this point in the history
  • Loading branch information
1pone committed Dec 2, 2024
1 parent ee27bc5 commit 2a1cd7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ const CategoryIgnore: FC<CategoryIgnoreProps> = (props) => {
ref={addConfigModalRef}
appId={props.appId}
operationList={props.operationList}
title={t('$i18n.t("components:appSetting.addCategoryIgnore")')}
title={t('components:appSetting.addCategoryIgnore')}
builtInItems={{
dependency: false,
}}
Expand Down

0 comments on commit 2a1cd7b

Please sign in to comment.