diff --git a/built/views/DE/account/home.pug b/built/views/DE/account/home.pug
index ff4409e9d07e9e18b177c58e341418ae6dd759e2..fb0d3c5d5c022d4e7ef587a33f0fedcf104b018e 100644
--- a/built/views/DE/account/home.pug
+++ b/built/views/DE/account/home.pug
@@ -31,7 +31,7 @@ html(lang="de")
                                     a(class="nav-link pl-0" href="/account/profile")
                                         i(class="fa fa-user fa-fw")
                                         span(class="d-none d-md-inline") Benutzerprofil
-                                if user.is_m4lab_idp
+                                if user.isM4labIdp
                                     li(class="nav-item")
                                         a(class="nav-link pl-0" href="/account/security")
                                             i(class="fa fa-lock fa-fw")
diff --git a/built/views/DE/account/newInformation.pug b/built/views/DE/account/newInformation.pug
index 4d82fe0d46898340fae1ae80b0b1a22484720006..f9d6212119d530e6f0e08985428c7d417dc30541 100644
--- a/built/views/DE/account/newInformation.pug
+++ b/built/views/DE/account/newInformation.pug
@@ -22,7 +22,7 @@ html(lang="de")
                                 a(class="nav-link pl-0" href="/account/profile")
                                     i(class="fa fa-user fa-fw")
                                     span(class="d-none d-md-inline") Benutzerprofil
-                            if user.is_m4lab_idp
+                            if user.isM4labIdp
                                 li(class="nav-item")
                                     a(class="nav-link pl-0" href="/account/security")
                                         i(class="fa fa-lock fa-fw")
diff --git a/built/views/DE/account/profile.pug b/built/views/DE/account/profile.pug
index 4d78bc4c96786430f9232277f74e9b9d6b4da148..0be1cde7d3b380283dbd79fadb5b022816020dde 100644
--- a/built/views/DE/account/profile.pug
+++ b/built/views/DE/account/profile.pug
@@ -26,7 +26,7 @@ html(lang="de")
                                 li(class="nav-item")
                                     a(class="nav-link pl-0" href="/account/security")
                                         i(class="fa fa-lock fa-fw")
-                                        span(class="d-none d-md-inline") Sicherheitseinstellungen #{user.isM4labIdp}
+                                        span(class="d-none d-md-inline") Sicherheitseinstellungen
                             li(class="nav-item")
                                 a(class="nav-link pl-0" href="/account/services")
                                     i(class="fa fa-tasks fa-fw")
diff --git a/built/views/DE/account/updateInformation.pug b/built/views/DE/account/updateInformation.pug
index 130dd95e687f0145f7cbafba1e69751664f70832..f1baedb2e7d74f1185b0b5a632aeb78f1ab0bd80 100644
--- a/built/views/DE/account/updateInformation.pug
+++ b/built/views/DE/account/updateInformation.pug
@@ -21,7 +21,7 @@ html(lang="de")
                                 a(class="nav-link pl-0" href="/account/profile")
                                     i(class="fa fa-user fa-fw")
                                     span(class="d-none d-md-inline") Benutzerprofil
-                            if user.is_m4lab_idp
+                            if user.isM4labIdp
                                 li(class="nav-item")
                                     a(class="nav-link pl-0" href="/account/security")
                                         i(class="fa fa-lock fa-fw")