From a3babbf2e499358ffa1e04083fd384183c09746e Mon Sep 17 00:00:00 2001 From: Denys Date: Mon, 22 Jun 2026 17:13:36 +0200 Subject: [PATCH] Minor fixes for ContentActionApproveInitialDecision.txt --- .../abuse/emails/ContentActionApproveInitialDecision.txt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/olympia/abuse/templates/abuse/emails/ContentActionApproveInitialDecision.txt b/src/olympia/abuse/templates/abuse/emails/ContentActionApproveInitialDecision.txt index 3d9e8b593737..752e0739323a 100644 --- a/src/olympia/abuse/templates/abuse/emails/ContentActionApproveInitialDecision.txt +++ b/src/olympia/abuse/templates/abuse/emails/ContentActionApproveInitialDecision.txt @@ -1,23 +1,22 @@ Hello, {% if is_listing_rejected %} -Your {{ type }} has been approved for distribution, but the listing on Mozilla Add-ons remains unavailable until you address the violations and request a further review. You can edit it at {{ target_url }}. +Your {{ type|lower }} has been approved for distribution, but the listing on Mozilla Add-ons remains unavailable until you address the violations and request a further review. You can edit it at {{ target_url }}. {% elif not auto_approval %} -Your {{ type }} has been approved on Mozilla Add-ons and it is now available at {{ target_url }}. +Your {{ type|lower }} has been approved on Mozilla Add-ons and it is now available at {{ target_url }}. {% else %} -Your {{ type }} has been automatically screened and tentatively approved. It is now available at {{ target_url }}. +Your {{ type|lower }} has been automatically screened and tentatively approved. It is now available at {{ target_url }}. Your add-on can be subject to human review at any time. Reviewers may determine that it requires changes or should be removed. If that occurs, you will receive a separate notification with details and next steps. {% endif %} {% if version_list %}Approved versions: {{ version_list }} {% endif %} -{% if manual_reasoning_text %}Comments: {{ manual_reasoning_text }}.{% endif %} +{% if manual_reasoning_text %}Comments: {{ manual_reasoning_text }}{% endif %} {% if has_attachment %} An attachment was provided. {% if dev_url %}To respond or view the file, visit {{ dev_url }}.{% endif %} {% endif %} -Thank you. More information about Mozilla's add-on policies can be found at {{ policy_document_url }}.