add an alert to specify user has to copy the admin password during setup

This commit is contained in:
lesion
2022-03-10 12:34:53 +01:00
parent 66b2b0523e
commit c54706bfbc
3 changed files with 5 additions and 2 deletions

View File

@@ -272,6 +272,7 @@
"setup": {
"completed": "Setup completed",
"completed_description": "<p>You can now login with the following user:<br/><br/>User: <b>{email}</b><br/>Password: <b>{password}<b/></p>",
"copy_password_dialog": "Yes, you have to copy the password!",
"start": "Start"
}
}