rename user-consent-management.html to user-agreements.html

This commit is contained in:
root
2021-05-14 12:23:14 +00:00
parent 7b88ac5e54
commit 341f3dbe12
2 changed files with 1 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ const adminMenu = [
const userMenu = [
{name: "Profile", file: "user-profile.html"},
{name: "App data", file: "user-apps.html"},
{name: "Privacy control", file: "user-consent-management.html"},
{name: "My agreements", file: "user-agreements.html"},
{name: "My requests", file: "user-requests.html"},
{name: "History", file: "user-audit.html"},
{name: "Logout", file: "javascript:bunker_logout();"}