diff --git a/opentech/apply/funds/tables.py b/opentech/apply/funds/tables.py index 7e463f84fdad19f3591951b3c740e3481cb50c4c..ff0561a2f6ae41944b149810b3128ad7e1f46720 100644 --- a/opentech/apply/funds/tables.py +++ b/opentech/apply/funds/tables.py @@ -159,7 +159,7 @@ class RoundsTable(tables.Table): lead = tables.Column() start_date = tables.Column() end_date = tables.Column() - progress = tables.Column() + progress = tables.Column(verbose_name="Determined") class Meta: fields = ('title', 'fund', 'lead', 'start_date', 'end_date', 'progress')