This commit is contained in:
parent
07c0e5e145
commit
3af6742daa
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue