feat: Update project and contract terminology for consistency in UI and translations

This commit is contained in:
2025-09-16 14:44:01 +02:00
parent c75982818c
commit cf8ff874da
4 changed files with 52 additions and 16 deletions

View File

@@ -177,7 +177,19 @@ export default function ContractsMainPage() {
>
<Link href="/contracts/new">
<Button variant="primary" size="lg">
<span className="mr-2"></span>
<svg
className="w-5 h-5 mr-2"
fill="none"
stroke="currentColor"
viewBox="0 0 24 24"
>
<path
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth={2}
d="M12 4v16m8-8H4"
/>
</svg>
{t('contracts.newContract')}
</Button>
</Link>
@@ -232,7 +244,19 @@ export default function ContractsMainPage() {
>
<Link href="/contracts/new">
<Button variant="primary" size="lg">
<span className="mr-2"></span>
<svg
className="w-5 h-5 mr-2"
fill="none"
stroke="currentColor"
viewBox="0 0 24 24"
>
<path
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth={2}
d="M12 4v16m8-8H4"
/>
</svg>
{t('contracts.newContract')}
</Button>
</Link>{" "}