1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-17 10:22:36 +00:00

Merge branch 'fix/typo' into 'develop'

Resolve "Fix typo in database select error"

Closes 

See merge request 
This commit is contained in:
Bram Wiepjes 2020-10-19 15:06:55 +00:00
commit f0724c155d

View file

@ -47,9 +47,9 @@ export class DatabaseApplicationType extends ApplicationType {
})
} else {
$store.dispatch('notification/error', {
title: 'Could select the database.',
title: "Couldn't select the database.",
message:
"The database could be selected because it doesn't have any tables. Use " +
"The database couldn't be selected because it doesn't have any tables. Use " +
'the sidebar to create one.',
})
}