Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
{% set status_tips = {
amo.STATUS_NULL: _('Please complete your add-on by adding a version or missing metadata.'),
amo.STATUS_NOMINATED: _("You will receive an email when the review is complete. Until "
"then, your add-on is not listed in our gallery but can be "
"accessed directly from its details page. "),
"then, your add-on is not publicly available. You, the "
"authenticated author, can access its details page."),
amo.STATUS_APPROVED: _("Your add-on is displayed in our gallery and users are "
"receiving automatic updates."),
"receiving automatic updates."),
amo.STATUS_DISABLED: _("Your add-on was disabled by a site administrator and is no "
"longer shown in our gallery."),
amo.STATUS_REJECTED: _("Your add-on listing was rejected. It is not listed in our gallery. "
Expand Down
Loading