diff --git a/opentech/static_src/src/app/src/containers/CurrentSubmissionDisplay.js b/opentech/static_src/src/app/src/containers/CurrentSubmissionDisplay.js index ffcb0ee5fdd2b47be613e43f6fe2506c4410d8be..8096310088e8734bd42aec703236782fc16fd817 100644 --- a/opentech/static_src/src/app/src/containers/CurrentSubmissionDisplay.js +++ b/opentech/static_src/src/app/src/containers/CurrentSubmissionDisplay.js @@ -76,7 +76,7 @@ const CurrentSubmissionDisplay = props => { ' else.' ) return <p> - {msg} <button onClick={handleUpdateSubmission}>Refresh</button> + {msg} <button onClick={handleUpdateSubmission}>Show updated</button> </p> }