changed text management attach to view projects

This commit is contained in:
hamid zarghami
2026-07-25 09:44:17 +03:30
parent 9a7858a4ec
commit 09feb73331
+2 -2
View File
@@ -2,11 +2,11 @@ import { Add, Edit, Trash } from "iconsax-react";
import { FC, useState } from "react";
import { useTranslation } from "react-i18next";
import { Link } from "react-router-dom";
import { toast } from "../../../components/Toast";
import Button from "../../../components/Button";
import DeleteNameConfirmModal from "../../../components/DeleteNameConfirmModal";
import PageLoading from "../../../components/PageLoading";
import Td from "../../../components/Td";
import { toast } from "../../../components/Toast";
import { Pages } from "../../../config/Pages";
import { ErrorType } from "../../../helpers/types";
import { useDeleteWorkspace, useGetWorkspaces } from "./hooks/useWorkspaceData";
@@ -85,7 +85,7 @@ const WorkspaceList: FC = () => {
<Td text="">
<Link to={Pages.taskmanager.projectList + item.id}>
<Button
label=دیریت پروژه ها"
label=شاهده پروژه ها"
className="bg-blue-400 w-fit px-3"
/>
</Link>