From 0e673ab0fbe6c6136f935a1b1bfbd88ebc0b23d7 Mon Sep 17 00:00:00 2001 From: Nafies Luthfi Date: Thu, 18 Oct 2018 20:51:01 +0800 Subject: [PATCH] Correct typo --- resources/lang/id/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/id/auth.php b/resources/lang/id/auth.php index e161e56..eb08388 100644 --- a/resources/lang/id/auth.php +++ b/resources/lang/id/auth.php @@ -31,6 +31,6 @@ return [ 'new_password' => 'Password Baru', 'new_password_confirmation' => 'Ulangi Password Baru', 'send_reset_password_link' => 'Kirim Link Reset Password', - 'change_password_success' => 'Password Anda sudah berhasil dirubah.', + 'change_password_success' => 'Password Anda sudah berhasil di ubah.', 'change_password_error' => 'Awww, sistem gagal merubah password Anda', ];