diff --git a/portal/static/js/components/pages/Unlock.mjs b/portal/static/js/components/pages/Unlock.mjs
index 81efb8812097897639c705a28adf17b4b8c1c3d3..4a258e22675972c910a8374ebd43702b7b32c9ae 100644
--- a/portal/static/js/components/pages/Unlock.mjs
+++ b/portal/static/js/components/pages/Unlock.mjs
@@ -8,7 +8,7 @@ export const Unlock = {
         return m(
             Base,
             m("article.box", [
-                m("h1", "Zugriff auf Dienste freischalten"),
+                m("h1", "Zugriff auf FS-Dienste freischalten"),
                 m("h2", [
                     m("i.fa-regular.fa-envelope"),
                     " Tickets, ",
diff --git a/portal/static/js/components/pieces/Nav.mjs b/portal/static/js/components/pieces/Nav.mjs
index ba3181e0668a2878bd67dae68a81d903b9ce9509..33680a7e2564a84d46a1de158f79b2c0c1e45f95 100644
--- a/portal/static/js/components/pieces/Nav.mjs
+++ b/portal/static/js/components/pieces/Nav.mjs
@@ -47,13 +47,6 @@ export const Nav = {
                                 label: "Uni-Dienste",
                             }),
                         ),
-                        m(
-                            "li",
-                            m(NavPageLink, {
-                                href: "/unlock",
-                                label: "Freischalten",
-                            }),
-                        ),
                     ]),
                 ),
                 m(
diff --git a/portal/static/js/model/services.mjs b/portal/static/js/model/services.mjs
index 24f53f7ac63b05daaeb52d5e8a6bef9c22441790..4c4e7359cc62d29d190daf40b440d0a2810154c8 100644
--- a/portal/static/js/model/services.mjs
+++ b/portal/static/js/model/services.mjs
@@ -34,6 +34,7 @@ export const services = [
         "CL-Account",
         true,
     ),
+    new Service("Freischalten", "/unlock", "fa-solid fa-lock"),
     new Service(
         "Passwort-Vault",
         "https://bitwarden.stura.uni-heidelberg.de",