Skip to content
Snippets Groups Projects
Commit 2e5ab5ef authored by Moritz Strohm's avatar Moritz Strohm
Browse files

footer: changed link text to "Datenschutzerklärung", fixes #3777

Closes #3777

Merge request studip/studip!2651
parent 4a0e4ccf
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ class FooterNavigation extends Navigation ...@@ -45,7 +45,7 @@ class FooterNavigation extends Navigation
$this->addSubNavigation( $this->addSubNavigation(
'privacy', 'privacy',
new Navigation( new Navigation(
_('Datenschutz'), _('Datenschutzerklärung'),
URLHelper::getURL($privacy_url, ['cancel_login' => 1], true) URLHelper::getURL($privacy_url, ['cancel_login' => 1], true)
) )
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment