Skip to content

Commit

Permalink
Tradução da mensagem de logout
Browse files Browse the repository at this point in the history
  • Loading branch information
Luizhtanaka committed Sep 14, 2023
1 parent d240436 commit 60db865
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions resources/views/site/layout/master-dashboard.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,14 +147,6 @@
<i class="fas fa-user fa-sm fa-fw mr-2 text-gray-400"></i>
Profile
</a>
<a class="dropdown-item" href="#">
<i class="fas fa-cogs fa-sm fa-fw mr-2 text-gray-400"></i>
Settings
</a>
<a class="dropdown-item" href="#">
<i class="fas fa-list fa-sm fa-fw mr-2 text-gray-400"></i>
Activity Log
</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="{{ route('signout') }}" data-toggle="modal" data-target="#logoutModal">
<i class="fas fa-sign-out-alt fa-sm fa-fw mr-2 text-gray-400"></i>
Expand Down Expand Up @@ -338,12 +330,12 @@ class="card-header py-3 d-flex flex-row align-items-center justify-content-betwe
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Ready to Leave?</h5>
<h5 class="modal-title" id="exampleModalLabel">Já vai embora?</h5>
<button class="close" type="button" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">Select "Logout" below if you are ready to end your current session.</div>
<div class="modal-body">Clique em "Logout" abaixo se estiver pronto para encerrar sua sessão atual.</div>
<div class="modal-footer">
<button class="btn btn-secondary" type="button" data-dismiss="modal">Cancel</button>
<a class="btn btn-primary" href="{{ route('signout') }}">Logout</a>
Expand Down

0 comments on commit 60db865

Please sign in to comment.