diff options
author | Zarino Zappia <mail@zarino.co.uk> | 2016-09-19 17:07:45 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2016-09-20 15:10:52 +0100 |
commit | ac8145c7ec2d648be0c687d2d0037757f4142eaf (patch) | |
tree | b4461616a580ab09529cd4983991d6da314b49a3 /perllib/FixMyStreet/Cobrand | |
parent | e9a5d2fb6e1985a0d946ad3574234784f4f659c4 (diff) |
Organize report admin actions into single control.
As part of this, rename "planned reports" to "shortlist".
The `.segmented-control` component now supports basic usage (as in the
admin report actions menu bar) and usage with hidden radio inputs and
labels (as on the report questionnaire page).
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 47e577372..b6d03621f 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"), }, |