mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix: make synonyms upper case & use translation
This commit is contained in:
@@ -117,7 +117,7 @@ export const NlpValueForm: FC<
|
||||
name="expressions"
|
||||
control={control}
|
||||
render={({ field }) => (
|
||||
<MultipleInput label="synonyms" {...field} />
|
||||
<MultipleInput label={t("label.synonyms")} {...field} />
|
||||
)}
|
||||
/>
|
||||
</ContentItem>
|
||||
|
||||
Reference in New Issue
Block a user