Skip to content

Commit 24ef181

Browse files
authored
fix: footer label (#391)
1 parent 6b8c59c commit 24ef181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/Components/Footer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
:href="route('login')"
6868
class="text-sm leading-6 text-gray-400 hover:text-white"
6969
>
70-
$t('register_ong_link')
70+
{{ $t('register_ong_link') }}
7171
</Link>
7272
</li>
7373
<li>

0 commit comments

Comments
 (0)