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:
parent
0d5443e392
commit
6e7b5879be
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue