Changing the title for explore pages

This commit is contained in:
Michelle Thomas 2018-03-09 10:53:45 -08:00
parent 402c7ddb26
commit 882921825c
1 changed files with 1 additions and 1 deletions

View File

@ -1299,7 +1299,7 @@ class Superset(BaseSupersetView):
if slc:
title = slc.slice_name
else:
title = '[explore] ' + table_name
title = 'Explore - ' + table_name
return self.render_template(
'superset/basic.html',
bootstrap_data=json.dumps(bootstrap_data),