diff options
author | Magnus Hagander | 2014-04-28 16:34:21 +0000 |
---|---|---|
committer | Magnus Hagander | 2014-04-28 16:34:21 +0000 |
commit | 4e8866f00666d8c9c4781cf2b73685f95fc8328e (patch) | |
tree | 17363348f20fdaf0112fd3f574c017318deba8df /pgcommitfest/commitfest | |
parent | bed83a3309ca72294e756e3f2b7ec04157fc5b09 (diff) |
Consistently use "send private mail"
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> |