diff --git a/public/ar.js b/public/ar.js
index fec44da..fd165e0 100644
--- a/public/ar.js
+++ b/public/ar.js
@@ -283,6 +283,7 @@ const ar = {
"لغو شد": "ألغيت",
"هستید.": "أنت.",
"عکس ها": "صور",
+ "کدملی / اتباع": "رقم الاتباع",
لینکها: "الروابط",
چهارم: "الرابع",
ادامه: "استمرار",
@@ -339,4 +340,5 @@ const ar = {
ثبت: "سجل",
حذف: "حذف",
فلش: "السهام",
+ نام: "اسم",
};
diff --git a/public/en.js b/public/en.js
index 83f090d..2e60bd1 100644
--- a/public/en.js
+++ b/public/en.js
@@ -298,6 +298,7 @@ const en = {
استان: "State",
کاربر: "User",
وبلاگ: "weblog",
+ "کدملی / اتباع": "national ID / passport No.",
تومان: "Toman",
تعداد: "Number",
محصول: "the product",
@@ -342,4 +343,5 @@ const en = {
دهم: "Tenth",
عکس: "Picture",
ثبت: "Record",
+ نام: "name",
};
diff --git a/src/views/Auth/Profile/index.js b/src/views/Auth/Profile/index.js
index ada469c..ee6bbdd 100644
--- a/src/views/Auth/Profile/index.js
+++ b/src/views/Auth/Profile/index.js
@@ -452,7 +452,7 @@ class Profile extends Component {
/>
,
+ icon: ,
toast: "",
message: "",
},
@@ -116,16 +116,16 @@ class NavbarDrawer extends Component {
message: "",
},
{
- name: "بلاگ",
+ name: window.t("وبلاگ"),
link: "/blogs",
- icon: ,
+ icon: ,
toast: "",
message: "",
},
{
- name: window.t("دانوینیها"),
+ name: window.t("دانوینی ها"),
link: "/",
- icon: ,
+ icon: ,
toast: window.t("به زودی این بخش فعال می شود"),
message: "به زودی",
},
@@ -231,7 +231,7 @@ class NavbarDrawer extends Component {