aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2011-08-12 23:41:31 +0200
committerPetter Reinholdtsen <pere@hungry.com>2011-08-12 23:41:31 +0200
commit755986601e1d9dfae959a07b100fef33a0881d46 (patch)
treecf1f124da910312c1b4458ed59707d8b8de2f4a5
parentcfe50df92233dd74ff90fcc6b5f344bbcc7a32bc (diff)
Add 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');