fixed user/admin settings page error
This commit is contained in:
@@ -95,7 +95,7 @@ new class extends Component {
|
||||
<section class="w-full">
|
||||
@include('partials.settings-heading')
|
||||
|
||||
<x-settings.layout :heading="__('Profile')" :subheading="__('Update your name and email address')">
|
||||
<x-settings.layout :heading="__('navigation.profile_heading')" :subheading="__('navigation.profile_subheading')">
|
||||
<form wire:submit="updateProfileInformation" class="my-6 w-full space-y-6">
|
||||
<flux:input wire:model="full_name" :label="__('Full Name')" type="text" required autofocus autocomplete="name" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user