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

@ -121,8 +121,8 @@ export const SidebarCreateButtons: FC<SidebarCreateButtonsProps> = ({
<div className="flex w-full space-x-2">
<Button className="flex h-[36px] grow" onClick={getCreateFunction()}>
<IconPlus className="mr-1" size={20} />
{t('New')}{" "}
{t('sidebarCreateNew')}{" "}
{getCapitalizedContentType(contentType, language)}
</Button>