diff --git a/client/goal-view-ui/src/components/templates/ProovViewPage.tsx b/client/goal-view-ui/src/components/templates/ProovViewPage.tsx index c4fa5aa2..311a73e4 100644 --- a/client/goal-view-ui/src/components/templates/ProovViewPage.tsx +++ b/client/goal-view-ui/src/components/templates/ProovViewPage.tsx @@ -53,7 +53,7 @@ const proofViewPage: FunctionComponent = (props) => { collapseGoalHandler={(id) => collapseGoalHandler(id, ProofViewGoalsKey.main)} displaySetting={displaySetting} emptyMessage={ - goals!.shelved.length ? "There are shelved goals. Try using unshelved" : + goals!.shelved.length ? "There are shelved goals. Try using `Unshelve.`" : goals!.givenUp.length ? "There are some goals you gave up. Go back and solve them, or use `Admitted.`" : "There are no more subgoals" }