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

Commit e8e3ec4

Browse files
committed
fix: update language
ref issue #80
1 parent ad02cdf commit e8e3ec4

File tree

1 file changed

+1
-1
lines changed
  • src/routes/MyTeamsDetails/components/TeamPositions

1 file changed

+1
-1
lines changed

src/routes/MyTeamsDetails/components/TeamPositions/index.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const TeamPositions = ({ teamId, positions, resources }) => {
6262
<Button
6363
routeTo={`/taas/myteams/${teamId}/positions/${position.id}/candidates`}
6464
>
65-
select candidates
65+
Review candidates
6666
</Button>
6767
)}
6868
</div>

0 commit comments

Comments
 (0)