diff --git a/frontend/public/json/passbolt.json b/frontend/public/json/passbolt.json index b9cedbd57..09359e49d 100644 --- a/frontend/public/json/passbolt.json +++ b/frontend/public/json/passbolt.json @@ -33,11 +33,11 @@ }, "notes": [ { - "text": "Type `cat ~/.creds` to see MariaDB database credentials. You will need those to setup Passbolt.", + "text": "Type `cat ~/.Passbolt.creds` to see MariaDB database credentials. You will need those to setup Passbolt.", "type": "info" }, { - "text": "The application uses self-signed certificates. You can use Let's Encrypt to get a valid certificate for your domain. Please read the documentation for more information.", + "text": "The application uses self-signed certificates. You can also use Let's Encrypt to get a valid certificate for your domain. Please read the documentation for more information.", "type": "info" } ]