mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 15:14:34 -04:00
Text changes
This commit is contained in:
parent
7d20c583c7
commit
1a3fa14b8b
@ -122,8 +122,8 @@ var contactForm = {
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-7">
|
||||
<h2>Have a question or just want to say hi?</h2>
|
||||
<p>Fill in the form below and we'll get back to you as soon as possible (within 24 hours). Hope to hear from you.</p>
|
||||
<h2>Questions, special requests, or just want to say hi?</h2>
|
||||
<p>Fill in the form below and we'll get back to you as soon as possible. Hope to hear from you!</p>
|
||||
|
||||
{{ Former::open('contact')->addClass('feedbackForm') }}
|
||||
<div class="form-group">
|
||||
@ -150,7 +150,7 @@ var contactForm = {
|
||||
<div class="col-md-4 col-md-offset-1 address">
|
||||
<h2>Other ways to reach us</h2>
|
||||
<p><span class="glyphicon glyphicon-send"></span><a href="mailto:contact@invoiceninja.com">contact@invoiceninja.com</a></p>
|
||||
<p><span class="glyphicon glyphicon-earphone"></span>(800) 763-1948</p>
|
||||
<p><span class="glyphicon glyphicon-earphone"></span>+1-800-763-1948</p>
|
||||
<p><span class="github"></span><div style="padding-top:10px"> <a href="https://github.com/hillelcoren/invoice-ninja" target="_blank">GitHub Project</a></div></p>
|
||||
|
||||
</div>
|
||||
|
@ -14,5 +14,9 @@
|
||||
|
||||
To adjust your email notification settings please <a href="http://www.invoiceninja.com/company/notifications">click here</a>.
|
||||
|
||||
Regards,
|
||||
|
||||
The InvoiceNinja Team
|
||||
|
||||
</body>
|
||||
</html>
|
@ -9,6 +9,10 @@
|
||||
|
||||
The following client {{ $clientName }} was emailed Invoice {{ $invoiceNumber }} for {{ $invoiceAmount}}.<p/>
|
||||
|
||||
Regards,
|
||||
|
||||
The InvoiceNinja Team
|
||||
|
||||
To adjust your email notification settings please <a href="http://www.invoiceninja.com/company/notifications">click here</a>.<p/>
|
||||
|
||||
</body>
|
||||
|
@ -9,6 +9,10 @@
|
||||
|
||||
The following client {{ $clientName }} viewed Invoice {{ $invoiceNumber }} for {{ $invoiceAmount}}.<p/>
|
||||
|
||||
Regards,
|
||||
|
||||
The InvoiceNinja Team
|
||||
|
||||
To adjust your email notification settings please <a href="http://www.invoiceninja.com/company/notifications">click here</a>.<p/>
|
||||
|
||||
</body>
|
||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user