diff options
author | rubenwardy <rw@rubenwardy.com> | 2020-09-23 19:17:06 +0100 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2020-09-23 19:17:06 +0100 |
commit | 31f52580c28a7c8f4a7a7fe3af7b67e2ee633c6d (patch) | |
tree | a935e8f660e07943d9845b087dacc52eb3be8398 | |
parent | 2aa0c3cc844e873851e752693366a38a25c75e46 (diff) | |
download | cheatdb-31f52580c28a7c8f4a7a7fe3af7b67e2ee633c6d.tar.xz |
Change open package approval thread message
-rw-r--r-- | app/templates/macros/package_approval.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/templates/macros/package_approval.html b/app/templates/macros/package_approval.html index ffbb3de..ef71b31 100644 --- a/app/templates/macros/package_approval.html +++ b/app/templates/macros/package_approval.html @@ -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 %} |