-
Notifications
You must be signed in to change notification settings - Fork 556
Minor fixes for ContentActionApproveVersion.txt #25062
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| 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 }} 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 }}. | ||
| {% else %} | ||
|
|
@@ -11,13 +11,12 @@ Your add-on can be subject to human review at any time. Reviewers may determine | |
| {% 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. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. An alternative - possibly better - place to fix this is where we're saying "Thank you!" as a comment (I've not looked for it)
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I've considered that. However, in addition to "Thank you!" in the autoapproval comment, our default manual review comment is also "Thank you for your contribution." (here). So I thought it was better to remove "Thank you." here, given that it is supposed to be supplied with
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. we do have the "thank you" in the couple of places where there is a constant value for manual_reasoning_text, but it can also be any value provided by the reviewer.
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. so this nails down to the question of whether reviewers are supposed to say "thank you", which I can't answer |
||
|
|
||
| More information about Mozilla's add-on policies can be found at {{ policy_document_url }}. | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.