From 6e7b5879be405926137f50ebe55794234a19f587 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Sat, 21 Jul 2018 10:39:41 -0700 Subject: [PATCH] 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. --- superset/connectors/sqla/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset/connectors/sqla/views.py b/superset/connectors/sqla/views.py index d4149fce3..cceee9a8c 100644 --- a/superset/connectors/sqla/views.py +++ b/superset/connectors/sqla/views.py @@ -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 = [