diff --git a/src/components/dashboard/first/index.jsx b/src/components/dashboard/first/index.jsx
index 43e885a..c4fba24 100644
--- a/src/components/dashboard/first/index.jsx
+++ b/src/components/dashboard/first/index.jsx
@@ -108,7 +108,7 @@ const DashboardFirstComponent = () => {
{(Number(data.totalProposedAmount)/1000000).toLocaleString("en")}
- میلیون ریال
+ {t("million_rial")}
@@ -195,7 +195,7 @@ const DashboardFirstComponent = () => {
{(Number(data.totalApprovedAmount) / 1000000).toLocaleString("en")}
- میلیون ریال
+ {t("million_rial")}