fix(register): correct wording in registration success toast message

This commit is contained in:
Yoga Pangestu 2025-10-18 14:38:46 +07:00
parent eff2182157
commit 2648e66e54

View File

@ -78,7 +78,7 @@ public function register()
{
$this->form->auth();
$this->toast('Selamat, akun Anda berhasil didaftarkan. Silakan cek email Anda untuk melakukan verifikasi.');
$this->toast('Selamat, akun Anda berhasil didaftarkan. Silakan periksa email Anda untuk melakukan verifikasi.');
$this->redirectIntended('/customer/dashboard/overview', navigate: true);
}