Archived
1
0
Fork 0

resources/views/user/index.blade.php: change edit button text from "edit password" to just "edit"

This commit is contained in:
Henrik Hautakoski 2021-07-04 18:22:44 +02:00
parent c27a595408
commit 00ec5270a1

View file

@ -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>