diff --git a/frontend/public/json/limesurvey.json b/frontend/public/json/limesurvey.json index dac3a5ada..0d67ef391 100644 --- a/frontend/public/json/limesurvey.json +++ b/frontend/public/json/limesurvey.json @@ -31,5 +31,10 @@ "username": null, "password": null }, - "notes": [] + "notes": [ + { + "text": "You will need to input database credentials into LimeSurvey installer. Use `cat ~/limesurvey.creds` inside LXC.", + "type": "info" + } + ] }