notifications transalte
This commit is contained in:
@@ -28,7 +28,7 @@ const DashboardChangePasswordComponent = () => {
|
||||
|
||||
const handleSubmit = (values, { setSubmitting, resetForm }) => {
|
||||
toast.dismiss();
|
||||
const pendingToast = toast("Pending...", {
|
||||
const pendingToast = toast(t("notifications.pending"), {
|
||||
position: directionApp === "ltr" ? "top-left" : "top-right",
|
||||
autoClose: false,
|
||||
closeOnClick: false,
|
||||
|
||||
Reference in New Issue
Block a user