From 6e6719eadc81bb421b0bf0b97b496d7c45810c1b Mon Sep 17 00:00:00 2001
From: Rosanny <rosanny.sihombing@hft-stuttgart.de>
Date: Thu, 1 Apr 2021 15:24:36 +0200
Subject: [PATCH] update name parameters

---
 views/DE/account/home.pug     | 2 +-
 views/DE/account/services.pug | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/views/DE/account/home.pug b/views/DE/account/home.pug
index 33bc0392..e476d871 100644
--- a/views/DE/account/home.pug
+++ b/views/DE/account/home.pug
@@ -25,7 +25,7 @@ html(lang="de")
                             ul(class="flex-md-column flex-row navbar-nav w-100 justify-content-between")
                                 li(class="nav-item")
                                     a(class="nav-link pl-0 text-nowrap" href="#")
-                                        span(class="font-weight-bold color_black") #{user.firstname} #{user.lastname}
+                                        span(class="font-weight-bold color_black") #{user.firstName} #{user.lastName}
                                 li(class="nav-item")
                                     a(class="nav-link pl-0" href="/account/profile")
                                         i(class="fa fa-user fa-fw")
diff --git a/views/DE/account/services.pug b/views/DE/account/services.pug
index 9103c77c..4702916d 100644
--- a/views/DE/account/services.pug
+++ b/views/DE/account/services.pug
@@ -16,7 +16,7 @@ html(lang="de")
                         ul(class="flex-md-column flex-row navbar-nav w-100 justify-content-between")
                             li(class="nav-item")
                                 a(class="nav-link pl-0 text-nowrap" href="/")
-                                    span(class="font-weight-bold color_black") #{user.firstname} #{user.lastname}
+                                    span(class="font-weight-bold color_black") #{user.firstName} #{user.lastName}
                             li(class="nav-item")
                                 a(class="nav-link pl-0" href="/account/profile")
                                     i(class="fa fa-user fa-fw")
-- 
GitLab