Skip to content

Commit

Permalink
Changing the title for explore pages
Browse files Browse the repository at this point in the history
  • Loading branch information
michellethomas committed Mar 13, 2018
1 parent 402c7dd commit 8829218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/views/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1299,7 +1299,7 @@ def explore(self, datasource_type=None, datasource_id=None):
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),
Expand Down

0 comments on commit 8829218

Please sign in to comment.