confirmation checkbox

This commit is contained in:
Yasiu1376
2023-12-24 11:19:30 +03:30
parent 16bd6d249e
commit 4c3a402920
2 changed files with 3 additions and 2 deletions

View File

@@ -296,7 +296,8 @@
"confirm": "ارجاع به مدیر کل",
"upload_file_unit": "فایل بارگذاری شده باید حداکثر 2Mb باشد",
"upload_file_format": "فرمت قابل قبول : png,jpg,pdf",
"excel_report": "گزارش اکسل"
"excel_report": "گزارش اکسل",
"confirm_text": "فرم الف و ب به رویت و تایید رسید."
},
"InspectorExpert": {
"name": "نام",

View File

@@ -235,7 +235,7 @@ const ConfirmContent = ({rowId, mutate, setOpenConfirmDialog, handleSizeChangeCl
color="primary"
/>
}
label="تایید"
label={t("TransportationAssistance.confirm_text")}
/>
</Stack>
</Stack>