diff options
Diffstat (limited to 'templates/web/default/tokens/confirm_problem.html')
-rw-r--r-- | templates/web/default/tokens/confirm_problem.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/tokens/confirm_problem.html b/templates/web/default/tokens/confirm_problem.html index b6d82968f..b44214c8b 100644 --- a/templates/web/default/tokens/confirm_problem.html +++ b/templates/web/default/tokens/confirm_problem.html @@ -14,7 +14,7 @@ You can <a href="[% c.cobrand.base_url_for_report( problem ) %][% problem.url %] [% loc('You have successfully confirmed your problem'); - IF problem.council; + IF problem.bodies_str; loc(' and <strong>we will now send it to the council</strong>'); END; |