Skip to content

Commit

Permalink
fix(frontend): replace translations
Browse files Browse the repository at this point in the history
  • Loading branch information
yassinedorbozgithub committed Feb 6, 2025
1 parent 314e7c4 commit d3ae363
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ export const NlpSampleFormDialog = <
) => (
<GenericFormDialog<T>
Form={NlpSampleForm}
addText="title.new_category"
editText="title.edit_category"
editText="title.edit_nlp_sample"
{...props}
/>
);

0 comments on commit d3ae363

Please sign in to comment.