2984 PO 9) Update text when sent to the survey page after authors upload the final thesis
This commit is contained in:
parent
53633c2801
commit
7d9bde2892
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user