Add. mail templates for fax server responses.

This commit is contained in:
Alexey Melnichuk
2015-12-09 12:43:40 +03:00
parent c4aaaaaf92
commit c5e2441161
9 changed files with 249 additions and 35 deletions
@@ -0,0 +1,9 @@
text = text or {};
text['message-send_success'] = {}
text['message-send_success']['en-us'] = "We are happy to report the fax was sent successfully. It has been attached for your records."
text['message-send_fail'] = {}
text['message-send_fail']['en-us'] = "We are sorry the fax failed to go through. It has been attached. Please check the number, and if it was correct you might consider emailing it instead."
return text