From fe2405325f523fdd95015a1dbd8ea364d10a89dc Mon Sep 17 00:00:00 2001 From: yassinedorbozgithub Date: Thu, 6 Feb 2025 16:25:08 +0100 Subject: [PATCH] fix(frontend): replace translations --- .../src/components/nlp/components/NlpEntityFormDialog.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/nlp/components/NlpEntityFormDialog.tsx b/frontend/src/components/nlp/components/NlpEntityFormDialog.tsx index 79d53b1d..edf37b5c 100644 --- a/frontend/src/components/nlp/components/NlpEntityFormDialog.tsx +++ b/frontend/src/components/nlp/components/NlpEntityFormDialog.tsx @@ -17,8 +17,8 @@ export const NlpEntityFormDialog = ( ) => ( Form={NlpEntityVarForm} - addText="title.new_context_var" - editText="title.edit_context_var" + addText="title.new_nlp_entity" + editText="title.edit_nlp_entity" {...props} /> );