diff --git a/src/components/Drawer/index.js b/src/components/Drawer/index.js index 2fb9c9f..1095bf8 100644 --- a/src/components/Drawer/index.js +++ b/src/components/Drawer/index.js @@ -49,7 +49,7 @@ const MyDrawer = ({ ), toast: "", @@ -62,7 +62,7 @@ const MyDrawer = ({ ), toast: "", @@ -75,7 +75,7 @@ const MyDrawer = ({ ), toast: "", @@ -90,7 +90,7 @@ const MyDrawer = ({ ), toast: "", @@ -106,7 +106,7 @@ const MyDrawer = ({ ), toast: "", @@ -122,7 +122,7 @@ const MyDrawer = ({ ), toast: "", @@ -138,7 +138,7 @@ const MyDrawer = ({ ), toast: "", @@ -154,7 +154,7 @@ const MyDrawer = ({ ), toast: "", @@ -170,7 +170,7 @@ const MyDrawer = ({ ), toast: "", @@ -186,7 +186,7 @@ const MyDrawer = ({ ), toast: "", @@ -202,7 +202,7 @@ const MyDrawer = ({ ), toast: "", @@ -214,7 +214,7 @@ const MyDrawer = ({ accept: () => { logout(); }, - text: "قصد خروج از حساب کاربری رو داری؟", + text:`${window.t("قصد خروج از حساب کاربری رو داری؟")}`, }); setDrawerOpen(false); }, diff --git a/src/components/Footer/index.js b/src/components/Footer/index.js index bb48ed3..5846356 100644 --- a/src/components/Footer/index.js +++ b/src/components/Footer/index.js @@ -21,7 +21,7 @@ const FooterDesign1 = ({ color, bg, items, hasHeader }) => {