Skip to content

Commit

Permalink
🩹 Add missing text domain to skip link (#3190)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelo2605 committed May 29, 2024
1 parent 56a1211 commit d58fcc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/layouts/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit d58fcc7

Please sign in to comment.