This commit is contained in:
lesion
2021-10-19 17:59:09 +02:00
parent 53f46f96ef
commit 1ab9dc1e0a
2 changed files with 1 additions and 3 deletions

View File

@@ -270,7 +270,6 @@
}
},
"setup": {
"check_db": "Check DB",
"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>",
"start": "Start"

View File

@@ -27,8 +27,7 @@ export default {
hostname: 'localhost',
database: 'gancio'
},
loading: false,
buttonText: 'setup.check_db'
loading: false
}
},
methods: {