From c26cf70c1a4ec6d137950d99023e0358f6630fdc Mon Sep 17 00:00:00 2001
From: Rosanny <rosanny.sihombing@hft-stuttgart.de>
Date: Mon, 11 Jul 2022 15:11:47 +0200
Subject: [PATCH] MLAB-669

---
 src/views/DE/account/home.pug              | 2 +-
 src/views/DE/account/newInformation.pug    | 2 +-
 src/views/DE/account/profile.pug           | 2 +-
 src/views/DE/account/updateInformation.pug | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/DE/account/home.pug b/src/views/DE/account/home.pug
index ff4409e9..fb0d3c5d 100644
--- a/src/views/DE/account/home.pug
+++ b/src/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/src/views/DE/account/newInformation.pug b/src/views/DE/account/newInformation.pug
index 4d82fe0d..f9d62121 100644
--- a/src/views/DE/account/newInformation.pug
+++ b/src/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/src/views/DE/account/profile.pug b/src/views/DE/account/profile.pug
index 4d78bc4c..0be1cde7 100644
--- a/src/views/DE/account/profile.pug
+++ b/src/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/src/views/DE/account/updateInformation.pug b/src/views/DE/account/updateInformation.pug
index 130dd95e..f1baedb2 100644
--- a/src/views/DE/account/updateInformation.pug
+++ b/src/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")
-- 
GitLab