diff --git a/app/templates/packages/create_edit.html b/app/templates/packages/create_edit.html index 7aaa2c96..92c3bc44 100644 --- a/app/templates/packages/create_edit.html +++ b/app/templates/packages/create_edit.html @@ -38,13 +38,13 @@ {% if not package %}
- {{ _("View") }} + {{ _("View") }} {{ _("Have you read the Package Inclusion Policy and Guidance yet?") }}
{% else %}
- {{ _("Read more") }} + {{ _("Read more") }} {{ _("You can include a .cdb.json file in your %(type)s to update these details automatically.", type=package.type.text.lower()) }}
@@ -85,7 +85,9 @@ {{ render_field(form.desc, class_="pkg_meta", fieldclass="form-control markdown") }}

- {{ _("What to write in the long description") }} + + {{ _("What to write in the long description") }} +