diff --git a/locales/en.json b/locales/en.json index 74e5e92a..79d8d5b4 100644 --- a/locales/en.json +++ b/locales/en.json @@ -270,7 +270,6 @@ } }, "setup": { - "check_db": "Check DB", "completed": "Setup completed", "completed_description": "

You can now login with the following user:

User: {email}
Password: {password}

", "start": "Start" diff --git a/pages/setup/DbStep.vue b/pages/setup/DbStep.vue index f8ec84d4..17c55827 100644 --- a/pages/setup/DbStep.vue +++ b/pages/setup/DbStep.vue @@ -27,8 +27,7 @@ export default { hostname: 'localhost', database: 'gancio' }, - loading: false, - buttonText: 'setup.check_db' + loading: false } }, methods: {