diff --git a/files/templates/submission.html b/files/templates/submission.html index 7568a97e8..7674b1998 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -256,7 +256,7 @@ {% if p.distinguish_level %} {% endif %} {% if p.is_bot %} {% endif %} {% if p.over_18 %}+18{% endif %} - {% if p.private %}unlisted{% endif %} + {% if p.private %}Draft{% endif %} {% if p.active_flags %}{{p.active_flags}} Reports{% endif %} {% if p.author.verified %} {% endif %} diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 40a5606a7..027c9d51b 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -104,7 +104,7 @@ {% if p.is_bot %} {% endif %} {% if p.is_blocking %}{% endif %} {% if p.is_blocked %}{% endif %} - {% if p.private %}unlisted{% endif %} + {% if p.private %}Draft{% endif %} {% if p.active_flags %}{{p.active_flags}} Reports{% endif %} {% if p.author.verified %} {% endif %} diff --git a/files/templates/submit.html b/files/templates/submit.html index df96d3c60..b67005196 100644 --- a/files/templates/submit.html +++ b/files/templates/submit.html @@ -381,7 +381,7 @@
- +