-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: 639 - email wording changes v2 (#646)
- Loading branch information
Showing
1 changed file
with
3 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -97,11 +97,9 @@ def send_individual_confirm(recipient_email, application_id): | |
<p> | ||
This email was generated by the CleanBC Go Electric | ||
Passenger Vehicle Rebate program application. | ||
Passenger Vehicle Rebate program application. Thank you. | ||
</p> | ||
<p>Thank you.</p> | ||
<p> | ||
We have received your application for a rebate under the CleanBC Go | ||
Electric Passenger Vehicle Rebate program. You can expect to get an email reply with the result of your application within 3 weeks. | ||
|
@@ -110,11 +108,9 @@ def send_individual_confirm(recipient_email, application_id): | |
<p>Please keep this e-mail for your records.</p> | ||
<p>Questions?</p> | ||
<p> | ||
Please feel free to contact us at [email protected]. | ||
Emails asking about the status of your application will not be responded if it has not been 3 weeks since your application was submitted. | ||
Questions? Please feel free to contact us at [email protected]. | ||
<b>Emails asking about the status of your application will not be responded if it has not been 3 weeks since your application was submitted.</b> | ||
Please check your junk/spam folder for any missed emails. | ||
</p> | ||
</body> | ||
|