mirror of
https://github.com/apache/superset.git
synced 2026-04-07 10:31:50 +00:00
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:
committed by
GitHub
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 = [
|
||||
|
||||
Reference in New Issue
Block a user