Skip to content

Commit 279a202

Browse files
Mattia VianelliMattia Vianelli
authored andcommitted
DSC-2458 Rollback links, updated privacy-content with defaul and metadata text
(cherry picked from commit c946e29)
1 parent 97e5704 commit 279a202

5 files changed

Lines changed: 167 additions & 93 deletions

File tree

src/app/footer/footer.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ <h5 class="text-uppercase">Need professional help?</h5>
8080
@if (showPrivacyPolicy) {
8181
<li>
8282
<a class="btn text-white"
83-
routerLink="info/privacy-policy" role="link" tabindex="0">{{ 'footer.link.privacy-policy' | translate}}</a>
83+
routerLink="info/privacy" role="link" tabindex="0">{{ 'footer.link.privacy-policy' | translate}}</a>
8484
</li>
8585
}
8686
@if (showEndUserAgreement) {

src/app/info/end-user-agreement/end-user-agreement-content/end-user-agreement-content.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ <h2>Site management</h2>
6868
<p>We reserve the right, but not the obligation, to: (1) monitor the Site for violations of these Terms of Use; (2) take appropriate legal action against anyone who, in our sole discretion, violates the law or these Terms of Use, including without limitation, reporting such user to law enforcement authorities; (3) in our sole discretion and without limitation, refuse, restrict access to, limit the availability of, or disable (to the extent technologically feasible) any of your Contributions or any portion thereof; (4) in our sole discretion and without limitation, notice, or liability, to remove from the Site or otherwise disable all files and content that are excessive in size or are in any way burdensome to our systems; and (5) otherwise manage the Site in a manner designed to protect our rights and property and to facilitate the proper functioning of the Site.</p>
6969

7070
<h2>Privacy policy</h2>
71-
<p>We care about data privacy and security. Please review our <a [routerLink]="['/info/privacy-policy']" target="_blank" rel="noopener noreferrer">Privacy Policy</a>. By using the Site, you agree to be bound by our Privacy Policy, which is incorporated into these Terms of Use.</p>
71+
<p>We care about data privacy and security. Please review our <a [routerLink]="['/info/privacy']" target="_blank" rel="noopener noreferrer">Privacy Policy</a>. By using the Site, you agree to be bound by our Privacy Policy, which is incorporated into these Terms of Use.</p>
7272
<p>Please be advised the Site is hosted in {{ 'info.end-user-agreement.hosting-country' | translate }}. If you access the Site from any other region of the world with laws or other requirements governing personal data collection, use, or disclosure that differ from applicable laws in {{ 'info.end-user-agreement.hosting-country' | translate }}, then through your continued use of the Site, you are transferring your data to {{ 'info.end-user-agreement.hosting-country' | translate }}, and you agree to have your data transferred to and processed in {{ 'info.end-user-agreement.hosting-country' | translate }}.</p>
7373

7474
<h2>Term and termination</h2>

src/app/info/info-routing-paths.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const PRIVACY_PATH = 'privacy';
55
export const FEEDBACK_PATH = 'feedback';
66
export const COAR_NOTIFY_SUPPORT = 'coar-notify-support';
77
export const ACCESSIBILITY_SETTINGS_PATH = 'accessibility';
8-
export const PRIVACY_POLICY = 'privacy-policy';
8+
export const PRIVACY_POLICY = 'privacy';
99

1010
export function getEndUserAgreementPath() {
1111
return getSubPath(END_USER_AGREEMENT_PATH);

0 commit comments

Comments
 (0)