diff options
-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'); |