add spanish translation
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
|
||||
<x-menu-separator />
|
||||
|
||||
<x-menu-item title="{{ __('Logout') }}" icon="o-power" onclick="event.preventDefault(); document.getElementById('logout').submit();" />
|
||||
<x-menu-item title="{{ __('Log Out') }}" icon="o-power" onclick="event.preventDefault(); document.getElementById('logout').submit();" />
|
||||
<form id="logout" action="{{ route('logout') }}" method="POST" style="display: none;">
|
||||
{{ csrf_field() }}
|
||||
</form>
|
||||
|
||||
@@ -20,4 +20,4 @@ new class extends Component {
|
||||
|
||||
}; ?>
|
||||
|
||||
<x-file wire:model="file" label="Select a file" hint="" accept="application/pdf" required />
|
||||
<x-file wire:model="file" label="{{ __('Select a file') }}" hint="" accept="application/pdf" required />
|
||||
|
||||
Reference in New Issue
Block a user