minor
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -27,8 +27,7 @@ export default {
|
|||||||
hostname: 'localhost',
|
hostname: 'localhost',
|
||||||
database: 'gancio'
|
database: 'gancio'
|
||||||
},
|
},
|
||||||
loading: false,
|
loading: false
|
||||||
buttonText: 'setup.check_db'
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|||||||
Reference in New Issue
Block a user