diff --git a/frontend/src/app/core/interceptors/server-origin.interceptor.ts b/frontend/src/app/core/interceptors/server-origin.interceptor.ts index 70767ab..d2d1585 100644 --- a/frontend/src/app/core/interceptors/server-origin.interceptor.ts +++ b/frontend/src/app/core/interceptors/server-origin.interceptor.ts @@ -1,6 +1,9 @@ import { HttpInterceptorFn } from '@angular/common/http'; import { inject, REQUEST } from '@angular/core'; -import { RequestLike, resolveRequestOrigin } from '../../../core/request-origin'; +import { + RequestLike, + resolveRequestOrigin, +} from '../../../core/request-origin'; function isAbsoluteUrl(url: string): boolean { return /^[a-z][a-z\d+\-.]*:/i.test(url) || url.startsWith('//'); diff --git a/frontend/src/app/features/calculator/components/upload-form/upload-form.component.html b/frontend/src/app/features/calculator/components/upload-form/upload-form.component.html index dba731a..21c1e7b 100644 --- a/frontend/src/app/features/calculator/components/upload-form/upload-form.component.html +++ b/frontend/src/app/features/calculator/components/upload-form/upload-form.component.html @@ -105,9 +105,7 @@ [href]="languageService.localizedPath('/privacy')" target="_blank" rel="noopener" - >{{ - "LEGAL.CONSENT.UPLOAD_NOTICE_LINK" | translate - }}{{ "LEGAL.CONSENT.UPLOAD_NOTICE_LINK" | translate }}.
diff --git a/frontend/src/app/features/calculator/components/user-details/user-details.component.html b/frontend/src/app/features/calculator/components/user-details/user-details.component.html index a109304..935c504 100644 --- a/frontend/src/app/features/calculator/components/user-details/user-details.component.html +++ b/frontend/src/app/features/calculator/components/user-details/user-details.component.html @@ -124,17 +124,14 @@ [href]="languageService.localizedPath('/terms')" target="_blank" rel="noopener" - >{{ - "LEGAL.CONSENT.TERMS_LINK" | translate - }} + >{{ "LEGAL.CONSENT.TERMS_LINK" | translate }} {{ "LEGAL.CONSENT.AND" | translate }} {{ - "LEGAL.CONSENT.PRIVACY_LINK" | translate - }}{{ "LEGAL.CONSENT.PRIVACY_LINK" | translate }}. diff --git a/frontend/src/app/features/checkout/checkout.component.html b/frontend/src/app/features/checkout/checkout.component.html index 153b107..b7be023 100644 --- a/frontend/src/app/features/checkout/checkout.component.html +++ b/frontend/src/app/features/checkout/checkout.component.html @@ -208,17 +208,14 @@ [href]="languageService.localizedPath('/terms')" target="_blank" rel="noopener" - >{{ - "LEGAL.CONSENT.TERMS_LINK" | translate - }} + >{{ "LEGAL.CONSENT.TERMS_LINK" | translate }} {{ "LEGAL.CONSENT.AND" | translate }} {{ - "LEGAL.CONSENT.PRIVACY_LINK" | translate - }}{{ "LEGAL.CONSENT.PRIVACY_LINK" | translate }}. diff --git a/frontend/src/app/features/contact/components/contact-form/contact-form.component.html b/frontend/src/app/features/contact/components/contact-form/contact-form.component.html index 7145b2f..c43ac35 100644 --- a/frontend/src/app/features/contact/components/contact-form/contact-form.component.html +++ b/frontend/src/app/features/contact/components/contact-form/contact-form.component.html @@ -89,9 +89,7 @@ [href]="languageService.localizedPath('/privacy')" target="_blank" rel="noopener" - >{{ - "LEGAL.CONSENT.UPLOAD_NOTICE_LINK" | translate - }}{{ "LEGAL.CONSENT.UPLOAD_NOTICE_LINK" | translate }}. @@ -169,17 +167,14 @@ [href]="languageService.localizedPath('/terms')" target="_blank" rel="noopener" - >{{ - "LEGAL.CONSENT.TERMS_LINK" | translate - }} + >{{ "LEGAL.CONSENT.TERMS_LINK" | translate }} {{ "LEGAL.CONSENT.AND" | translate }} {{ - "LEGAL.CONSENT.PRIVACY_LINK" | translate - }}{{ "LEGAL.CONSENT.PRIVACY_LINK" | translate }}. diff --git a/frontend/src/app/features/home/home.component.html b/frontend/src/app/features/home/home.component.html index 81a96be..7d79ab3 100644 --- a/frontend/src/app/features/home/home.component.html +++ b/frontend/src/app/features/home/home.component.html @@ -19,23 +19,17 @@