From c7b8b4a2a20ff612a469e65a0ff1c07cc9d61ee6 Mon Sep 17 00:00:00 2001 From: Rosanny Date: Mon, 11 Jul 2022 14:52:12 +0200 Subject: [PATCH] MLAB-669 (cherry picked from commit ea5b8f6c47572b118fd3791d19509ecd51a8caaf) --- built/views/DE/account/profile.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/built/views/DE/account/profile.pug b/built/views/DE/account/profile.pug index 0be1cde7..4d78bc4c 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 + span(class="d-none d-md-inline") Sicherheitseinstellungen #{user.isM4labIdp} li(class="nav-item") a(class="nav-link pl-0" href="/account/services") i(class="fa fa-tasks fa-fw") -- GitLab