mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-29 16:16:02 +00:00
fix: i18n tsc
This commit is contained in:
@@ -99,10 +99,8 @@ export default function FindUnique({ title }: ToolComponentProps) {
|
||||
<SimpleRadio
|
||||
key={type}
|
||||
onClick={() => updateField('splitOperatorType', type)}
|
||||
title={t(`list.group.splitOperators.${type}.title`)}
|
||||
description={t(
|
||||
`list.group.splitOperators.${type}.description`
|
||||
)}
|
||||
title={t(`group.splitOperators.${type}.title`)}
|
||||
description={t(`group.splitOperators.${type}.description`)}
|
||||
checked={values.splitOperatorType === type}
|
||||
/>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user