resources/views/user/index.blade.php: change edit button text from "edit password" to just "edit"
This commit is contained in:
parent
c27a595408
commit
00ec5270a1
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<x-slot name="page_links">
|
||||
<x-button element="a" class="flex items-center" href="{{ route('user.edit') }}">
|
||||
{{ __('Edit password') }}
|
||||
{{ __('Edit') }}
|
||||
</x-button>
|
||||
</x-slot>
|
||||
|
||||
|
|
|
|||
Reference in a new issue