fixing typo. (#8487)

This commit is contained in:
Marcus
2019-10-30 22:30:06 -07:00
committed by Maxime Beauchemin
parent 1ccfa4f11e
commit a8f1589dbf

View File

@@ -327,7 +327,7 @@ def load_world_bank_health_n_pop(only_metadata=False, force=False):
merge_slice(slc)
print("Creating a World's Health Bank dashboard")
dash_name = "World's Bank Data"
dash_name = "World Bank's Data"
slug = "world_health"
dash = db.session.query(Dash).filter_by(slug=slug).first()