Localized create filament page title
This commit is contained in:
@@ -30,7 +30,7 @@ export const FilamentCreate: React.FC<IResourceComponentsProps & CreateOrClonePr
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Create
|
<Create
|
||||||
title={props.mode === "create" ? "Create Filament" : "Clone Filament"}
|
title={props.mode === "create" ? t("filament.titles.create") : t("filament.titles.clone")}
|
||||||
isLoading={formLoading}
|
isLoading={formLoading}
|
||||||
saveButtonProps={saveButtonProps}
|
saveButtonProps={saveButtonProps}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user