diff --git a/mkt/developers/templates/developers/addons/listing/item_actions.html b/mkt/developers/templates/developers/addons/listing/item_actions.html
index 343b35d33e..2a447f21ce 100644
--- a/mkt/developers/templates/developers/addons/listing/item_actions.html
+++ b/mkt/developers/templates/developers/addons/listing/item_actions.html
@@ -3,7 +3,7 @@
{% if addon.is_incomplete() %}
{% if check_addon_ownership(request, addon, dev=True) %}
-
{{ _('Resume') }}
diff --git a/mkt/developers/templates/developers/versions/list.html b/mkt/developers/templates/developers/versions/list.html
index c059f3944d..2e464aa9bb 100644
--- a/mkt/developers/templates/developers/versions/list.html
+++ b/mkt/developers/templates/developers/versions/list.html
@@ -22,7 +22,7 @@
Mozilla Marketplace. You may re-enable it at any time below.") }}
{% elif addon.status == amo.STATUS_NULL %}
{{ status(loc('This app is incomplete.')|safe) }}
-
+
{{ _('Please complete your app.') -}}
{% elif addon.status == amo.STATUS_PENDING %}