Skip to content

Commit

Permalink
changed labels for current user task (#1723)
Browse files Browse the repository at this point in the history
Co-authored-by: AbijithS-aot <[email protected]>
  • Loading branch information
AbijithS-aot and AbijithS-aot authored Nov 16, 2023
1 parent c7ea2f7 commit adac969
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ export default function CreateNewFilterDrawer({
/>
<h5 style={{ fontSize: "18px", marginBottom: "3px" }}>
<Translation>
{(t) => t("Show task based on logged user roles")}
{(t) => t("Show only current user assigned task")}
</Translation>
</h5>
</div>
Expand All @@ -500,7 +500,7 @@ export default function CreateNewFilterDrawer({
/>
<h5 style={{ fontSize: "18px", marginBottom: "3px" }}>
<Translation>
{(t) => t("Show only current user assigned task")}
{(t) => t("Show task based on logged user roles")}
</Translation>
</h5>
</div>
Expand Down

0 comments on commit adac969

Please sign in to comment.