Update footer to use legalNotice i18n

pull/5867/head^2
Daniel Supernault 4 months ago
parent c72fa05299
commit 0e59098da2
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1

@ -8,7 +8,7 @@
<a href="{{route('site.privacy')}}" class="text-dark p-2">{{__('site.privacy')}}</a>
<a href="{{route('site.language')}}" class="text-dark p-2">{{__('site.language')}}</a>
@if(config_cache('instance.has_legal_notice'))
<a href="/site/legal-notice" class="text-dark p-2">Legal Notice</a>
<a href="/site/legal-notice" class="text-dark p-2">{{__('web.navmenu.legalNotice')}}</a>
@endif
</p>
<p class="text-center text-muted small mb-0">

Loading…
Cancel
Save