Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 9e08983

Browse files
fix: remark tooltip
1 parent 823e313 commit 9e08983

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/constants/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -399,10 +399,10 @@ export const MY_GIGS_STATUS_EMPTY_TEXT = {
399399

400400
export const MY_GIGS_STATUS_REMARK_TEXT = {
401401
[MY_GIGS_JOB_STATUS.WITHDRAWN]:
402-
"You already placed in other gigs. This will not moving forward.",
402+
"You withdrew your application for this gig or you have been placed in another gig.",
403403
[MY_GIGS_JOB_STATUS.WITHDRAWN_PRESCREEN]:
404-
"You already placed in other gigs. This will not moving forward.",
405-
[MY_GIGS_JOB_STATUS.COMPLETED]: "Gig has been completed.",
404+
"You withdrew your application for this gig or you have been placed in another gig.",
405+
[MY_GIGS_JOB_STATUS.COMPLETED]: "Congrats on completing the gig!",
406406
};
407407

408408
export const CHECKING_GIG_TIMES = 3;

0 commit comments

Comments
 (0)