From 1ece0c4a4dac12c69d8df51bd9c506921711b6f3 Mon Sep 17 00:00:00 2001 From: IKarbowiak Date: Wed, 1 Sep 2021 10:23:16 +0200 Subject: [PATCH] Update export file emails' templates --- templated_email/compiled/export_failed.html | 2 +- .../compiled/{export_products_file.html => export_success.html} | 2 +- templated_email/source/export_failed.mjml | 2 +- .../source/{export_products_file.mjml => export_success.mjml} | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename templated_email/compiled/{export_products_file.html => export_success.html} (98%) rename templated_email/source/{export_products_file.mjml => export_success.mjml} (78%) diff --git a/templated_email/compiled/export_failed.html b/templated_email/compiled/export_failed.html index e150dc6..5a825a0 100644 --- a/templated_email/compiled/export_failed.html +++ b/templated_email/compiled/export_failed.html @@ -90,7 +90,7 @@ -
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.
diff --git a/templated_email/compiled/export_products_file.html b/templated_email/compiled/export_success.html similarity index 98% rename from templated_email/compiled/export_products_file.html rename to templated_email/compiled/export_success.html index e95b728..344e25a 100644 --- a/templated_email/compiled/export_products_file.html +++ b/templated_email/compiled/export_success.html @@ -90,7 +90,7 @@ -
Your file with products data is ready to download: {{csv_link}}
+
Your file with {{data_type}} data is ready to download: {{csv_link}}
diff --git a/templated_email/source/export_failed.mjml b/templated_email/source/export_failed.mjml index e83be1c..cbd859f 100644 --- a/templated_email/source/export_failed.mjml +++ b/templated_email/source/export_failed.mjml @@ -10,7 +10,7 @@ Hi! - 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. diff --git a/templated_email/source/export_products_file.mjml b/templated_email/source/export_success.mjml similarity index 78% rename from templated_email/source/export_products_file.mjml rename to templated_email/source/export_success.mjml index 2317ca4..4fb7284 100644 --- a/templated_email/source/export_products_file.mjml +++ b/templated_email/source/export_success.mjml @@ -10,7 +10,7 @@ Hi! - Your file with products data is ready to download: {{csv_link}} + Your file with {{data_type}} data is ready to download: {{csv_link}}