aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-10-10 17:02:44 +0100
committerMatthew Somerville <matthew@mysociety.org>2012-10-10 17:02:44 +0100
commit4dfa21702275d385f959a740b17ae7b41ed98565 (patch)
tree6e95bfdf45a7bec3d2febe14aed66c8bbc7020e9
parenta82e5102d63d29b578b2f5eae35b9d7d85cbefc1 (diff)
Change 'their ref' to 'council ref', fixes #300 good enough for the moment.
-rw-r--r--perllib/FixMyStreet/DB/Result/Problem.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/DB/Result/Problem.pm b/perllib/FixMyStreet/DB/Result/Problem.pm
index 761f57b01..a45ebbcc5 100644
--- a/perllib/FixMyStreet/DB/Result/Problem.pm
+++ b/perllib/FixMyStreet/DB/Result/Problem.pm
@@ -608,7 +608,7 @@ sub processed_summary_string {
}
if ($problem->can_display_external_id) {
if ($duration_clause) {
- $external_ref_clause = sprintf(_('their ref:&nbsp;%s'), $problem->external_id);
+ $external_ref_clause = sprintf(_('council ref:&nbsp;%s'), $problem->external_id);
} else {
$external_ref_clause = sprintf(_('%s ref:&nbsp;%s'), $problem->external_body, $problem->external_id);
}