From 7e6c68731b669bf7d9dacde86824957f1dd1ed74 Mon Sep 17 00:00:00 2001 From: Todd Dembrey <todd.dembrey@torchbox.com> Date: Fri, 26 Jan 2018 15:55:40 +0000 Subject: [PATCH] correct the sentence structure of the help text --- opentech/apply/funds/templates/funds/admin/parent_chooser.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentech/apply/funds/templates/funds/admin/parent_chooser.html b/opentech/apply/funds/templates/funds/admin/parent_chooser.html index d611bc5f7..c12721b11 100644 --- a/opentech/apply/funds/templates/funds/admin/parent_chooser.html +++ b/opentech/apply/funds/templates/funds/admin/parent_chooser.html @@ -10,7 +10,7 @@ <div class="nice-padding"> <h2>{% blocktrans %}Choose a Fund{% endblocktrans %}</h2> - <p>{% blocktrans with view.verbose_name_plural|capfirst as plural %}{{ plural }} must be associated with a Fund. For which Fund are you creating a new {{ view.verbose_name|capfirst }} for?{% endblocktrans %}</p> + <p>{% blocktrans %}Rounds must be associated with a Fund. For which Fund are you creating a new Round for?{% endblocktrans %}</p> <form action="" method="post" novalidate> {% csrf_token %} -- GitLab