chore: update translations

This commit is contained in:
Henry
2025-10-23 20:56:06 +01:00
parent a98f221985
commit 9dfc2ee9a7
9 changed files with 89 additions and 81 deletions

View File

@@ -358,7 +358,7 @@ export default function BoardPage({ isTemplate }: { isTemplate?: boolean }) {
return (
<>
<PageHead
title={`${boardData?.name ?? (isTemplate ? t`Board` : t`Template`)} | ${workspace.name ?? "Workspace"}`}
title={`${boardData?.name ?? (isTemplate ? t`Board` : t`Template`)} | ${workspace.name ?? t`Workspace`}`}
/>
<div className="relative flex h-full flex-col">
<PatternedBackground />