aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2011-08-15 09:56:46 +0100
committerMatthew Somerville <matthew@mysociety.org>2011-08-15 09:56:46 +0100
commit678f4d639319a23993f25e784a7e9b60b69e720f (patch)
tree3f3d63cfc3c8d1cb4473187d085288b4ef1d4797
parentf89c3f01f78db789e175818fbb9398cd886bb05b (diff)
parent755986601e1d9dfae959a07b100fef33a0881d46 (diff)
Merge commit 'petter/catalyst_norwegian_title'
-rw-r--r--perllib/FixMyStreet/Cobrand/FiksGataMi.pm5
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');