]> git.lizzy.rs Git - cheatdb.git/commitdiff
Change open package approval thread message
authorrubenwardy <rw@rubenwardy.com>
Wed, 23 Sep 2020 18:17:06 +0000 (19:17 +0100)
committerrubenwardy <rw@rubenwardy.com>
Wed, 23 Sep 2020 18:17:06 +0000 (19:17 +0100)
app/templates/macros/package_approval.html

index ffbb3de9bac41a877cd5b378cde55f615d463a57..ef71b315a603c31e346f5b3852f6a67ae2a756be 100644 (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 %}