fix(register): correct wording in registration success toast message
This commit is contained in:
parent
eff2182157
commit
2648e66e54
@ -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);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user