From 19e0dd8ee49802480be260187cd90d5c335fe9c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=ADcolas=20Pastorello?= Date: Fri, 11 Apr 2025 10:00:52 -0300 Subject: [PATCH] Update paymenter.json Updated json notes --- frontend/public/json/paymenter.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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" + } + ] }