feat(i18n): complete portal localized surfaces

This commit is contained in:
poyrazavsever
2026-07-21 13:37:35 +03:00
parent 86a9c79511
commit 1227588320
12 changed files with 163 additions and 47 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ export default async function PortalRevisionsPage() {
</div>
<div className="flex items-center justify-end border-t border-border pt-4">
<Link href={`/portal/projects/${revision.projectId}`} className="text-xs text-primary font-medium hover:underline">
{t("portal.labels.project")} &rarr;
{t("portal.labels.openProjectCta")}
</Link>
</div>
</CardContent>