change lang

This commit is contained in:
Benjamin Takats
2022-12-29 18:38:44 +01:00
parent 0f548c585b
commit d4d0b19e9c
3 changed files with 169 additions and 157 deletions

View File

@@ -1,5 +1,5 @@
<div>
<a href="{{ $row->link }}" target="_blank">
<x-badge class="whitespace-nowrap">{{ $row->link }}</x-badge>
<x-badge class="whitespace-nowrap">{{ __('Link') }}</x-badge>
</a>
</div>