confirmation checkbox
This commit is contained in:
@@ -296,7 +296,8 @@
|
||||
"confirm": "ارجاع به مدیر کل",
|
||||
"upload_file_unit": "فایل بارگذاری شده باید حداکثر 2Mb باشد",
|
||||
"upload_file_format": "فرمت قابل قبول : png,jpg,pdf",
|
||||
"excel_report": "گزارش اکسل"
|
||||
"excel_report": "گزارش اکسل",
|
||||
"confirm_text": "فرم الف و ب به رویت و تایید رسید."
|
||||
},
|
||||
"InspectorExpert": {
|
||||
"name": "نام",
|
||||
|
||||
@@ -235,7 +235,7 @@ const ConfirmContent = ({rowId, mutate, setOpenConfirmDialog, handleSizeChangeCl
|
||||
color="primary"
|
||||
/>
|
||||
}
|
||||
label="تایید"
|
||||
label={t("TransportationAssistance.confirm_text")}
|
||||
/>
|
||||
</Stack>
|
||||
</Stack>
|
||||
|
||||
Reference in New Issue
Block a user