diff options
-rw-r--r-- | templates/web/zurich/admin/report_edit.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/web/zurich/admin/report_edit.html b/templates/web/zurich/admin/report_edit.html index 40d408e83..e89f536b4 100644 --- a/templates/web/zurich/admin/report_edit.html +++ b/templates/web/zurich/admin/report_edit.html @@ -51,9 +51,10 @@ ['unconfirmed',loc('Submitted')] ['confirmed', loc('Open')], ['in progress', loc('In progress')], - ['fixed - council', loc('Fixed')], + ['planned', loc('Feedback pending')], + ['fixed - council', loc('Closed')], + ['closed', loc('Closed')], ['hidden', loc('Hidden')], - ['closed', loc('Third party')], ] %] <option [% 'selected ' IF state.0 == problem.state %] value="[% state.0 %]">[% state.1 %]</option> [% END %] |