diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 11e6de5..a0715f4 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -238,10 +238,11 @@ export class AppComponent extends ResearcherBaseComponent implements OnInit, Aft new MenuItem("methodology", "Methodology", "", "", false, [], null, {}, null, null, null, null, "_self"), new MenuItem("methodological-approach", "Methodological Approach", "", "/methodology/methodological-approach", false, [], null, {}, null, null, null, "/methodological-approach"), new MenuItem("terminology-construction", "Terminology & Construction", "", "/methodology/terminology", false, [], null, {}, null, null, null, "/methodology/terminology"), - new MenuItem("", "", "", "", false, [], null, {}, null, null, null, null, "_self"), + new MenuItem("help", "Help", "", "", false, [], null, {}, null, null, null, null, "_self"), new MenuItem("stats-logs", "Web Statistics & Activity Logs", "", "/stats-logs", false, [], null, {}, null, null, null, "/stats-logs"), new MenuItem("engagement-training", "Engagement & Training", "", "/engagement-training", false, [], null, {}, null, null, null, "/engagement-training"), new MenuItem("support", "Support", "", "/support", false, [], null, {}, null, null, null, "/support"), + new MenuItem("privacy-policy", "Privacy Policy", "/assets/privacy-policy.pdf", "", false, [], null, {}, null, null, null, null, "_blank"), ] ) ) diff --git a/src/app/user-policy/user-policy.component.ts b/src/app/user-policy/user-policy.component.ts index fa70d01..693d69e 100644 --- a/src/app/user-policy/user-policy.component.ts +++ b/src/app/user-policy/user-policy.component.ts @@ -16,7 +16,7 @@ import {UserProfileService} from "../openaireLibrary/services/userProfile.servic
National Open Access Monitor - Ireland requires users to accept user privacy policy, to proceed with certain actions.
- Please read the user privacy policy. + Please read the user privacy policy.
Accept policy
diff --git a/src/assets/National Open Access Monitor, Ireland - Personal data protection policy and public logs consent form.pdf b/src/assets/privacy-policy.pdf similarity index 100% rename from src/assets/National Open Access Monitor, Ireland - Personal data protection policy and public logs consent form.pdf rename to src/assets/privacy-policy.pdf