diff options
author | Jon Kristensen <info@jonkri.com> | 2014-04-14 14:26:47 +0200 |
---|---|---|
committer | Jon Kristensen <info@jonkri.com> | 2014-04-14 14:26:47 +0200 |
commit | 1d3717cfb959b27f337a5d769e39b32c09e29bc3 (patch) | |
tree | 54543e1e280bae26eff4b0a185e16500c7a48512 /perllib/FixMyStreet | |
parent | 174c89abebd5cc946b3bea379d9f6f4665a8a3b2 (diff) |
Replace "Fixa Min Gata" with "FixaMinGata" in Swedish cobrand
Diffstat (limited to 'perllib/FixMyStreet')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/FixaMinGata.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/FixaMinGata.pm b/perllib/FixMyStreet/Cobrand/FixaMinGata.pm index f17f7716f..bec08ecb1 100644 --- a/perllib/FixMyStreet/Cobrand/FixaMinGata.pm +++ b/perllib/FixMyStreet/Cobrand/FixaMinGata.pm @@ -14,7 +14,7 @@ DateTime->DefaultLocale('sv_SE'); sub site_title { my ($self) = @_; - return 'Fixa Min Gata'; + return 'FixaMinGata'; } sub path_to_web_templates { |