This commit is contained in:
hailin 2025-04-19 15:47:46 +08:00
parent 07c0e5e145
commit 3af6742daa
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ const getCapitalizedContentType = (translated: string, language: string) => {
{contentType.charAt(0).toUpperCase() + contentType.slice(1, -1)} */}
{t("side.sidebarCreateNew")}{" "}
{getCapitalizedContentType(t(`contentTypeLabel.${contentType}`), i18n.language)}
{getCapitalizedContentType(t(`contentType.${contentType}`), i18n.language)}
</SheetTitle>