Localized create filament page title

This commit is contained in:
Donkie
2023-10-08 17:44:42 +02:00
parent 5fdd218ead
commit bdc47fd0a2

View File

@@ -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}
> >