diff --git a/app/lang/en/texts.php b/app/lang/en/texts.php index 5ce4a47e77..aa60b8b6c8 100644 --- a/app/lang/en/texts.php +++ b/app/lang/en/texts.php @@ -260,7 +260,7 @@ return array( 'email_salutation' => 'Dear :name,', 'email_signature' => 'Regards,', 'email_from' => 'The InvoiceNinja Team', - 'user_email_footer' => 'To adjust your email notification settings please visit http://www.invoiceninja.com/company/notifications', + 'user_email_footer' => 'To adjust your email notification settings please visit http://' . $_SERVER['SERVER_NAME'] . '/company/notifications', 'invoice_link_message' => 'To view your client invoice click the link below:', 'notification_paid_subject' => 'Invoice :invoice was paid by :client', 'notification_sent_subject' => 'Invoice :invoice was sent to :client', diff --git a/app/views/header.blade.php b/app/views/header.blade.php index 05e44b4797..829d3b847c 100755 --- a/app/views/header.blade.php +++ b/app/views/header.blade.php @@ -333,7 +333,7 @@ Want something changed? We're {{ link_to('https://github.com/hillelcoren/invoice @if (Auth::check() && !Auth::user()->isPro())