🩹 Add missing text domain to skip link (#3190)

This commit is contained in:
Marcelo
2024-05-29 15:59:43 -03:00
committed by GitHub
parent 56a121182d
commit d58fcc7976

View File

@@ -12,7 +12,7 @@
<div id="app">
<a class="sr-only focus:not-sr-only" href="#main">
{{ __('Skip to content') }}
{{ __('Skip to content', 'sage') }}
</a>
@include('sections.header')