Change open package approval thread message

This commit is contained in:
rubenwardy 2020-09-23 19:17:06 +01:00
parent 2aa0c3cc84
commit 31f52580c2
1 changed files with 2 additions and 1 deletions

View File

@ -93,7 +93,8 @@
<div class="alert alert-secondary">
<a class="float-right btn btn-sm btn-secondary" href="{{ url_for('threads.new', pid=package.id, title='Package approval comments') }}">Open Thread</a>
Privately ask a question or give feedback
{{ _("Package review thread") }}:
{{ _("You can open a thread if you have a question for the reviewer or package author.") }}
<div style="clear:both;"></div>
</div>
{% endif %}