From 696f7c8ed2e16348e11acfe2fa29cc8f081647eb Mon Sep 17 00:00:00 2001 From: Todd Dembrey <todd.dembrey@torchbox.com> Date: Fri, 18 Jan 2019 12:56:23 +0000 Subject: [PATCH] Rename column "Progress" -> "Determined" --- opentech/apply/funds/tables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentech/apply/funds/tables.py b/opentech/apply/funds/tables.py index 7e463f84f..ff0561a2f 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') -- GitLab