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 #169 See merge request bramw/baserow!107
This commit is contained in:
commit
f0724c155d
1 changed files with 2 additions and 2 deletions
|
@ -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.',
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue