mirror of
https://github.com/hexastack/hexabot
synced 2025-02-23 04:48:51 +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>
|
<GenericFormDialog<T>
|
||||||
Form={NlpEntityVarForm}
|
Form={NlpEntityVarForm}
|
||||||
addText="title.new_context_var"
|
addText="title.new_nlp_entity"
|
||||||
editText="title.edit_context_var"
|
editText="title.edit_nlp_entity"
|
||||||
{...props}
|
{...props}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user