style: apply prettier formatting
All checks were successful
PR Checks / prettier-autofix (pull_request) Successful in 9s
PR Checks / security-sast (pull_request) Successful in 30s
PR Checks / test-backend (pull_request) Successful in 27s
PR Checks / test-frontend (pull_request) Successful in 58s

This commit is contained in:
printcalc-ci
2026-03-14 14:15:10 +00:00
parent 46fd59ed71
commit 6f700c923a
9 changed files with 39 additions and 57 deletions

View File

@@ -105,9 +105,7 @@
[href]="languageService.localizedPath('/privacy')"
target="_blank"
rel="noopener"
>{{
"LEGAL.CONSENT.UPLOAD_NOTICE_LINK" | translate
}}</a
>{{ "LEGAL.CONSENT.UPLOAD_NOTICE_LINK" | translate }}</a
>.
</p>

View File

@@ -124,17 +124,14 @@
[href]="languageService.localizedPath('/terms')"
target="_blank"
rel="noopener"
>{{
"LEGAL.CONSENT.TERMS_LINK" | translate
}}</a>
>{{ "LEGAL.CONSENT.TERMS_LINK" | translate }}</a
>
{{ "LEGAL.CONSENT.AND" | translate }}
<a
[href]="languageService.localizedPath('/privacy')"
target="_blank"
rel="noopener"
>{{
"LEGAL.CONSENT.PRIVACY_LINK" | translate
}}</a
>{{ "LEGAL.CONSENT.PRIVACY_LINK" | translate }}</a
>.
</span>
</label>