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}}