This commit is contained in:
parent
94096979ad
commit
32fec4fe64
|
|
@ -121,8 +121,8 @@ export const SidebarCreateButtons: FC<SidebarCreateButtonsProps> = ({
|
||||||
<div className="flex w-full space-x-2">
|
<div className="flex w-full space-x-2">
|
||||||
<Button className="flex h-[36px] grow" onClick={getCreateFunction()}>
|
<Button className="flex h-[36px] grow" onClick={getCreateFunction()}>
|
||||||
<IconPlus className="mr-1" size={20} />
|
<IconPlus className="mr-1" size={20} />
|
||||||
|
|
||||||
{t('New')}{" "}
|
{t('sidebarCreateNew')}{" "}
|
||||||
{getCapitalizedContentType(contentType, language)}
|
{getCapitalizedContentType(contentType, language)}
|
||||||
|
|
||||||
</Button>
|
</Button>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue