From 2c55eb5678ce4250cb2478a12c2c806d6d319db9 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Mon, 12 Apr 2021 21:01:38 +0200 Subject: [PATCH] changed locale key of members_area --- frontend/src/components/SidebarPlugin/SideBar.vue | 2 +- frontend/src/views/Layout/ContentFooter.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/SidebarPlugin/SideBar.vue b/frontend/src/components/SidebarPlugin/SideBar.vue index ff683efbd..054381df8 100755 --- a/frontend/src/components/SidebarPlugin/SideBar.vue +++ b/frontend/src/components/SidebarPlugin/SideBar.vue @@ -81,7 +81,7 @@ :href="`https://elopage.com/s/gradido/sign_in?locale=${$i18n.locale}`" class="nav-link text-lg" > - {{ $t('site.sidebar.members_area') }} + {{ $t('members_area') }} diff --git a/frontend/src/views/Layout/ContentFooter.vue b/frontend/src/views/Layout/ContentFooter.vue index 4f4690a0d..a12831a49 100755 --- a/frontend/src/views/Layout/ContentFooter.vue +++ b/frontend/src/views/Layout/ContentFooter.vue @@ -28,7 +28,7 @@ :href="`https://elopage.com/s/gradido/sign_in?locale=${$i18n.locale}`" target="_blank" > - {{ $t('site.sidebar.members_area') }} + {{ $t('members_area') }}