diff --git a/app/views/contact_us.blade.php b/app/views/contact_us.blade.php index 03ec69beef5a..8ccbca818f26 100644 --- a/app/views/contact_us.blade.php +++ b/app/views/contact_us.blade.php @@ -122,8 +122,8 @@ var contactForm = {
-

Have a question or just want to say hi?

-

Fill in the form below and we'll get back to you as soon as possible (within 24 hours). Hope to hear from you.

+

Questions, special requests, or just want to say hi?

+

Fill in the form below and we'll get back to you as soon as possible. Hope to hear from you!

{{ Former::open('contact')->addClass('feedbackForm') }}
@@ -150,7 +150,7 @@ var contactForm = {

Other ways to reach us

contact@invoiceninja.com

-

(800) 763-1948

+

+1-800-763-1948

  GitHub Project

diff --git a/app/views/emails/invoice_paid_html.blade.php b/app/views/emails/invoice_paid_html.blade.php index 655c94f8b0de..86002d20e428 100755 --- a/app/views/emails/invoice_paid_html.blade.php +++ b/app/views/emails/invoice_paid_html.blade.php @@ -14,5 +14,9 @@ To adjust your email notification settings please click here. + Regards, + + The InvoiceNinja Team + \ No newline at end of file diff --git a/app/views/emails/invoice_sent_html.blade.php b/app/views/emails/invoice_sent_html.blade.php index d78d0775ec9e..716f92d64f00 100755 --- a/app/views/emails/invoice_sent_html.blade.php +++ b/app/views/emails/invoice_sent_html.blade.php @@ -9,6 +9,10 @@ The following client {{ $clientName }} was emailed Invoice {{ $invoiceNumber }} for {{ $invoiceAmount}}.

+ Regards, + + The InvoiceNinja Team + To adjust your email notification settings please click here.

diff --git a/app/views/emails/invoice_viewed_html.blade.php b/app/views/emails/invoice_viewed_html.blade.php index 00088e4bad66..e17cd52eb52e 100755 --- a/app/views/emails/invoice_viewed_html.blade.php +++ b/app/views/emails/invoice_viewed_html.blade.php @@ -9,6 +9,10 @@ The following client {{ $clientName }} viewed Invoice {{ $invoiceNumber }} for {{ $invoiceAmount}}.

+ Regards, + + The InvoiceNinja Team + To adjust your email notification settings please click here.

diff --git a/app/views/emails/invoice_viewed_text.blade.php b/app/views/emails/invoice_viewed_text.blade.php index 5d18a110333d..d194c8e1e87f 100755 --- a/app/views/emails/invoice_viewed_text.blade.php +++ b/app/views/emails/invoice_viewed_text.blade.php @@ -2,4 +2,8 @@ Dear {{ $userName }}, The following client {{ $clientName }} viewed Invoice {{ $invoiceNumber }} for {{ $invoiceAmount }}. +Regards, + +The InvoiceNinja Team + To adjust your email notification settings visit this link http://www.invoiceninja.com/company/notifications \ No newline at end of file