diff --git a/users/password.php b/users/password.php index 2b8a5f5c..6ebe0210 100644 --- a/users/password.php +++ b/users/password.php @@ -75,7 +75,7 @@ if ($_SERVER['REQUEST_METHOD'] == "POST") $result = db_query ("UPDATE $table_mailbox SET password='$password',modified=NOW() WHERE username='$username'"); if ($result['rows'] == 1) { - $tMessage = $PALANG['pPassword_result_succes']; + $tMessage = $PALANG['pPassword_result_success']; db_log ($USERID_USERNAME, $USERID_DOMAIN, "change password", "$USERID_USERNAME"); } else diff --git a/users/vacation.php b/users/vacation.php index deb730d0..b9d5ca6a 100644 --- a/users/vacation.php +++ b/users/vacation.php @@ -92,7 +92,7 @@ if ($_SERVER['REQUEST_METHOD'] == "POST") } else { - $tMessage = $PALANG['pUsersVacation_result_succes']; + $tMessage = $PALANG['pUsersVacation_result_success']; } // We need to see whether there is already an alias record for the user, or not. @@ -129,7 +129,7 @@ if ($_SERVER['REQUEST_METHOD'] == "POST") } else { - $tMessage = $PALANG['pUsersVacation_result_succes']; + $tMessage = $PALANG['pUsersVacation_result_success']; } }