Skip to content

Commit

Permalink
fix: use english name
Browse files Browse the repository at this point in the history
  • Loading branch information
Aralhi committed Jan 3, 2024
1 parent de644e3 commit 2a12a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/components/knowledge/strategy-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function StrategyForm({ strategies, docType, fileName, field }: I
const [selectedStrategy, setSelectedStrategy] = useState<string>();
const { t } = useTranslation();
const DEFAULT_STRATEGY = {
strategy: t('Automatic'),
strategy: 'Automatic',
name: t('Automatic'),
desc: t('Automatic_desc'),
};
Expand Down

0 comments on commit 2a12a3c

Please sign in to comment.