diff --git a/superset/templates/superset/import_dashboards.html b/superset/templates/superset/import_dashboards.html index 383506f98..14c7bd1c8 100644 --- a/superset/templates/superset/import_dashboards.html +++ b/superset/templates/superset/import_dashboards.html @@ -8,22 +8,24 @@ {% endwith %} {% endblock %} -{% block title %}{{ _("Import") }}{% endblock %} +{% block title %}{{ _("Import dashboards") }}{% endblock %} + {% block body %} - {% include "superset/flash_wrapper.html" %} -
- Import the dashboards. -

Import the dashboards.

-
- -

- -

-
-
+ {% include "superset/flash_wrapper.html" %} + +
+

Import dashboards

+ +
+ +

+ + +

+
+
{% endblock %}