Skip to content

Commit

Permalink
Clarify title when importing a table (#5454)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mistercrunch committed Aug 12, 2018
1 parent ccc68ba commit ba116a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/connectors/sqla/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit ba116a8

Please sign in to comment.