diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-08-15 09:56:46 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-08-15 09:56:46 +0100 |
commit | 678f4d639319a23993f25e784a7e9b60b69e720f (patch) | |
tree | 3f3d63cfc3c8d1cb4473187d085288b4ef1d4797 | |
parent | f89c3f01f78db789e175818fbb9398cd886bb05b (diff) | |
parent | 755986601e1d9dfae959a07b100fef33a0881d46 (diff) |
Merge commit 'petter/catalyst_norwegian_title'
-rw-r--r-- | perllib/FixMyStreet/Cobrand/FiksGataMi.pm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/FiksGataMi.pm b/perllib/FixMyStreet/Cobrand/FiksGataMi.pm index 4f3b975b3..8ff5e3656 100644 --- a/perllib/FixMyStreet/Cobrand/FiksGataMi.pm +++ b/perllib/FixMyStreet/Cobrand/FiksGataMi.pm @@ -22,6 +22,11 @@ sub set_lang_and_domain { return $set_lang; } +sub site_title { + my ($self) = @_; + return 'FiksGataMi'; +} + sub enter_postcode_text { my ( $self ) = @_; return _('Enter a nearby postcode, or street name and area'); |