fixed user/admin settings page error

This commit is contained in:
Naser Mansour
2026-01-08 19:21:47 +02:00
parent dfee2ff5c8
commit 508ce8f918
6 changed files with 23 additions and 7 deletions
@@ -39,7 +39,7 @@ new class extends Component {
<section class="w-full">
@include('partials.settings-heading')
<x-settings.layout :heading="__('Update password')" :subheading="__('Ensure your account is using a long, random password to stay secure')">
<x-settings.layout :heading="__('navigation.password_heading')" :subheading="__('navigation.password_subheading')">
<form method="POST" wire:submit="updatePassword" class="mt-6 space-y-6">
<flux:input
wire:model="current_password"