This commit is contained in:
hailin 2025-04-19 10:24:31 +08:00
parent 94096979ad
commit 32fec4fe64
1 changed files with 2 additions and 2 deletions

View File

@ -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('New')}{" "} {t('sidebarCreateNew')}{" "}
{getCapitalizedContentType(contentType, language)} {getCapitalizedContentType(contentType, language)}
</Button> </Button>