mirror of
https://github.com/hexastack/hexabot
synced 2025-02-22 20:38:32 +00:00
fix(frontend): replace translations
This commit is contained in:
parent
1da96acb71
commit
fe2405325f
@ -17,8 +17,8 @@ export const NlpEntityFormDialog = <T extends INlpEntity = INlpEntity>(
|
||||
) => (
|
||||
<GenericFormDialog<T>
|
||||
Form={NlpEntityVarForm}
|
||||
addText="title.new_context_var"
|
||||
editText="title.edit_context_var"
|
||||
addText="title.new_nlp_entity"
|
||||
editText="title.edit_nlp_entity"
|
||||
{...props}
|
||||
/>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user