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": { "setup": {
"check_db": "Check DB",
"completed": "Setup completed", "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>", "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" "start": "Start"

View File

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