From 680b2fe308edac563adf16644371f81289369208 Mon Sep 17 00:00:00 2001 From: Tomasz Knapik <tomasz.knapik@torchbox.com> Date: Wed, 20 Feb 2019 16:51:08 +0000 Subject: [PATCH] GH-983: Update message to the one from the ticket --- .../src/app/src/containers/CurrentSubmissionDisplay.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentech/static_src/src/app/src/containers/CurrentSubmissionDisplay.js b/opentech/static_src/src/app/src/containers/CurrentSubmissionDisplay.js index ffcb0ee5f..809631008 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> } -- GitLab