diff options
Diffstat (limited to 'templates/web/default')
-rw-r--r-- | templates/web/default/report/updates.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/report/updates.html b/templates/web/default/report/updates.html index d49cb8f58..374a7c570 100644 --- a/templates/web/default/report/updates.html +++ b/templates/web/default/report/updates.html @@ -6,7 +6,7 @@ [% IF update.whenanswered %] [%# A questionnaire update, currently saying report is still open %] - [% tprintf( loc( 'Reporter confirmed report open, via questionnaire at %s' ), prettify_epoch( update.whenanswered_local.epoch ) ) %] + [% tprintf( loc( 'Still open, via questionnaire, %s' ), prettify_epoch( update.whenanswered_local.epoch ) ) %] [% RETURN %] [% END %] |