We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21d0574 commit 5334423Copy full SHA for 5334423
src/containers/ProjectInvitations/index.js
@@ -84,7 +84,7 @@ const ProjectInvitations = ({ match, auth, isProjectLoading, history, projectDet
84
Once you join the team you will be able to see the project details, collaborate on project specification and monitor the progress of all deliverables
85
`}
86
theme={theme}
87
- cancelText='Cancel'
+ cancelText='Decline'
88
confirmText='Join project'
89
onCancel={declineInvite}
90
onConfirm={acceptInvite}
0 commit comments