From 7a2c8532d0efff2b178fc6e1937405dbbc3b68a9 Mon Sep 17 00:00:00 2001 From: abdou6666 Date: Tue, 4 Mar 2025 14:12:39 +0100 Subject: [PATCH] fix: make synonyms upper case & use translation --- frontend/src/components/nlp/components/NlpValueForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/nlp/components/NlpValueForm.tsx b/frontend/src/components/nlp/components/NlpValueForm.tsx index 72eb2fd2..03cc3d2a 100644 --- a/frontend/src/components/nlp/components/NlpValueForm.tsx +++ b/frontend/src/components/nlp/components/NlpValueForm.tsx @@ -117,7 +117,7 @@ export const NlpValueForm: FC< name="expressions" control={control} render={({ field }) => ( - + )} />