diff --git a/src/components/Project/Team/Teams.jsx b/src/components/Project/Team/Teams.jsx index 375ce891..2f42b345 100644 --- a/src/components/Project/Team/Teams.jsx +++ b/src/components/Project/Team/Teams.jsx @@ -324,8 +324,8 @@ const Teams = () => {
{activeEmployee - ? "No active employees assigned to the project" - : "No inactive employees assigned to the project"} + ? "No active employees are currently assigned to this service in the project." + : "No In-active employees are currently assigned to this service in the project."}