diff --git a/app/templates/macros/package_approval.html b/app/templates/macros/package_approval.html
index 84785909..fd11d5a5 100644
--- a/app/templates/macros/package_approval.html
+++ b/app/templates/macros/package_approval.html
@@ -53,7 +53,7 @@
{% set message %}
{% if package.screenshots.count() == 0 %}
- {{ _("You should add at least one screenshot, but this isn't required.") }}
+ {{ _("You should add at least one screenshot.") }}
{% endif %}
diff --git a/app/templates/packages/remove.html b/app/templates/packages/remove.html
index e13501b2..2fc83dbb 100644
--- a/app/templates/packages/remove.html
+++ b/app/templates/packages/remove.html
@@ -33,10 +33,10 @@ Remove {{ package.title }}
{{ _("Cancel") }}
-
+
{% if package.approved %}
-
+
{% endif %}
{% endblock %}