Clarify title when importing a table (#5454)

The flow to import a table definition in Superset is confusing, user may
think they are creating a table or what not. This makes the flow a bit
more clear.
This commit is contained in:
Maxime Beauchemin 2018-07-21 10:39:41 -07:00 committed by GitHub
parent 0d5443e392
commit 6e7b5879be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ class TableModelView(DatasourceModelView, DeleteMixin, YamlExportMixin): # noqa
list_title = _('List Tables')
show_title = _('Show Table')
add_title = _('Add Table')
add_title = _('Import a table definition')
edit_title = _('Edit Table')
list_columns = [