Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update export file emails' templates #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templated_email/compiled/export_failed.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<tr>
<td align="left" style="font-size: 0px; padding: 10px 25px; word-break: break-word;">

<div style="font-family:Ubuntu, Helvetica, Arial, sans-serif;font-size:13px;line-height:1;text-align:left;color:#000000;">Sorry, we couldn't finish exporting products, some unexpected errors occurred.
<div style="font-family:Ubuntu, Helvetica, Arial, sans-serif;font-size:13px;line-height:1;text-align:left;color:#000000;">Sorry, we couldn't finish exporting {{data_type}}, some unexpected errors occurred.
Please try again.</div>

</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<tr>
<td align="left" style="font-size: 0px; padding: 10px 25px; word-break: break-word;">

<div style="font-family:Ubuntu, Helvetica, Arial, sans-serif;font-size:13px;line-height:1;text-align:left;color:#000000;">Your file with products data is ready to download: <a href="{{csv_link}}">{{csv_link}}</a></div>
<div style="font-family:Ubuntu, Helvetica, Arial, sans-serif;font-size:13px;line-height:1;text-align:left;color:#000000;">Your file with {{data_type}} data is ready to download: <a href="{{csv_link}}">{{csv_link}}</a></div>

</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion templated_email/source/export_failed.mjml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Hi!
</mj-text>
<mj-text>
Sorry, we couldn't finish exporting products, some unexpected errors occurred.
Sorry, we couldn't finish exporting {{data_type}}, some unexpected errors occurred.
Please try again.
</mj-text>
</mj-column>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Hi!
</mj-text>
<mj-text>
Your file with products data is ready to download: <a href="{{csv_link}}">{{csv_link}}</a>
Your file with {{data_type}} data is ready to download: <a href="{{csv_link}}">{{csv_link}}</a>
</mj-text>
</mj-column>
</mj-section>
Expand Down