diff --git a/src/components/ModalConfrim.tsx b/src/components/ModalConfrim.tsx index 3ad0ab7..e5f8e17 100644 --- a/src/components/ModalConfrim.tsx +++ b/src/components/ModalConfrim.tsx @@ -22,7 +22,7 @@ const ModalConfrim: FC = (props: Props) => {
@@ -31,7 +31,7 @@ const ModalConfrim: FC = (props: Props) => { props.label ? props.label : - t('confrim.content') + 'برای حذف این آیتم مطمئن هستید؟' } { @@ -49,13 +49,14 @@ const ModalConfrim: FC = (props: Props) => {