diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-09-20 16:50:40 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-09-20 17:16:58 +0100 |
commit | 3aca6e562872f6eb27ea7b8a9b31b415d07ddf46 (patch) | |
tree | 4e6cd65f54917da798c64e5f6e8f9c53526005c0 /perllib/FixMyStreet/Cobrand | |
parent | 35b2e8fbcb4d382377ca8652d058dc263707b82b (diff) | |
parent | ac8145c7ec2d648be0c687d2d0037757f4142eaf (diff) |
Merge remote-tracking branch 'origin/issues/forcouncils/89-tidy-report-admin-actions'
Diffstat (limited to 'perllib/FixMyStreet/Cobrand')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Default.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Default.pm b/perllib/FixMyStreet/Cobrand/Default.pm index 2b27a8891..c44842dea 100644 --- a/perllib/FixMyStreet/Cobrand/Default.pm +++ b/perllib/FixMyStreet/Cobrand/Default.pm @@ -717,7 +717,7 @@ sub available_permissions { report_edit_priority => _("Edit report priority"), # future use report_inspect => _("Markup problem details"), report_instruct => _("Instruct contractors to fix problems"), # future use - planned_reports => _("Manage planned reports list"), + planned_reports => _("Manage shortlist"), contribute_as_another_user => _("Create reports/updates on a user's behalf"), contribute_as_body => _("Create reports/updates as the council"), |