diff --git a/frontend/public/json/paymenter.json b/frontend/public/json/paymenter.json index 68f24d1af..29396655c 100644 --- a/frontend/public/json/paymenter.json +++ b/frontend/public/json/paymenter.json @@ -30,8 +30,10 @@ "username": "admin@paymenter.org", "password": "paymenter" }, - "notes": { - "text": "After installation, navigate to the directory with `cd /opt/paymenter` and run `php artisan app:init`. An interactive setup will prompt you to enter your company name and application URL.", - "type": "info" - } + "notes": [ + { + "text": "After installation, navigate to the directory with `cd /opt/paymenter` and run `php artisan app:init`. An interactive setup will prompt you to enter your company name and application URL.", + "type": "info" + } + ] }