diff options
Diffstat (limited to 'pgcommitfest/commitfest')
-rw-r--r-- | pgcommitfest/commitfest/templates/commitfest.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pgcommitfest/commitfest/templates/commitfest.html b/pgcommitfest/commitfest/templates/commitfest.html index 6aea4b0..2738d84 100644 --- a/pgcommitfest/commitfest/templates/commitfest.html +++ b/pgcommitfest/commitfest/templates/commitfest.html @@ -87,7 +87,7 @@ {%endif%} {%if user.is_staff%} <div class="btn-group dropup"> - <button type="button" class="btn btn-default dropdown-toggle " data-toggle="dropdown" href="#">Send mail <span class="caret"></span></button> + <button type="button" class="btn btn-default dropdown-toggle " data-toggle="dropdown" href="#">Send private mail <span class="caret"></span></button> <ul class="dropdown-menu"> <li><a href="javascript:send_selected()">Selected</a></li> <li><a href="send_email/?reviewers={{openpatchids|join:","}}">All reviewers (open patches)</a></li> |