notifications transalte

This commit is contained in:
Yasiu1376
2023-07-12 14:27:31 +03:30
parent 7af8ccbe4b
commit f4bdf27098
2 changed files with 16 additions and 6 deletions

View File

@@ -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,