This commit is contained in:
parent
32fec4fe64
commit
a686d36ddd
|
|
@ -122,7 +122,7 @@ export const SidebarCreateButtons: FC<SidebarCreateButtonsProps> = ({
|
||||||
<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('sidebarCreateNew')}{" "}
|
{t('side.sidebarCreateNew')}{" "}
|
||||||
{getCapitalizedContentType(contentType, language)}
|
{getCapitalizedContentType(contentType, language)}
|
||||||
|
|
||||||
</Button>
|
</Button>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue