mirror of
https://github.com/hexastack/hexabot
synced 2025-02-23 12:59:14 +00:00
refactor(frontend): update translation edit text
This commit is contained in:
parent
28a6fccaa7
commit
09a506672e
@ -17,8 +17,7 @@ export const TranslationFormDialog = <T extends ITranslation = ITranslation>(
|
|||||||
) => (
|
) => (
|
||||||
<GenericFormDialog<T>
|
<GenericFormDialog<T>
|
||||||
Form={TranslationForm}
|
Form={TranslationForm}
|
||||||
addText="title.new_label"
|
editText="title.update_translation"
|
||||||
editText="title.edit_label"
|
|
||||||
{...props}
|
{...props}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user