Skip to content

Commit 5334423

Browse files
committed
PM-973 - Update label for "cancel" on invitation modal
1 parent 21d0574 commit 5334423

File tree

1 file changed

+1
-1
lines changed
  • src/containers/ProjectInvitations

1 file changed

+1
-1
lines changed

src/containers/ProjectInvitations/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const ProjectInvitations = ({ match, auth, isProjectLoading, history, projectDet
8484
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
8585
`}
8686
theme={theme}
87-
cancelText='Cancel'
87+
cancelText='Decline'
8888
confirmText='Join project'
8989
onCancel={declineInvite}
9090
onConfirm={acceptInvite}

0 commit comments

Comments
 (0)