2984 PO 9) Update text when sent to the survey page after authors upload the final thesis

This commit is contained in:
Andreas Svanberg 2023-10-25 10:35:18 +02:00
parent 53633c2801
commit 7d9bde2892
2 changed files with 5 additions and 3 deletions
view/src/main/resources/se/su/dsv/scipro/project/pages

@ -3,11 +3,13 @@
xmlns:wic="http://wicket.apache.org">
<body>
<wicket:extend>
<p class="container">
<div class="container">
<p class="alert alert-success">
<wicket:message key="survey.info">
Congratulations on completing your thesis! Please take a moment to fill out this survey to help us improve the process.
</wicket:message>
</p>
</p>
</div>
<form wicket:id="form" class="container">
<wicket:container wicket:id="questions">

@ -1,2 +1,2 @@
survey.submitted=Survey submitted. Thank you for participating.
survey.info=Congratulations on completing your thesis! Please take a moment to fill out this survey to help us improve the process.
survey.info=You have completed the final steps for uploading your thesis. Please take a moment to fill out this survey to help us improve the process.