This commit is contained in:
hailin 2025-04-19 10:29:26 +08:00
parent 32fec4fe64
commit a686d36ddd
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ export const SidebarCreateButtons: FC<SidebarCreateButtonsProps> = ({
<Button className="flex h-[36px] grow" onClick={getCreateFunction()}>
<IconPlus className="mr-1" size={20} />
{t('sidebarCreateNew')}{" "}
{t('side.sidebarCreateNew')}{" "}
{getCapitalizedContentType(contentType, language)}
</Button>