diff options
-rw-r--r-- | template/en/default/bug/votes/list-for-user.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/votes/list-for-user.html.tmpl b/template/en/default/bug/votes/list-for-user.html.tmpl index 1c93a41f6..7328b2d77 100644 --- a/template/en/default/bug/votes/list-for-user.html.tmpl +++ b/template/en/default/bug/votes/list-for-user.html.tmpl @@ -124,7 +124,7 @@ </td> <td> [% bug.summary FILTER html %] - (<a href="votes.cgi?action=show_bug&bug_id=[% bug.id %]">Voters</a>) + (<a href="votes.cgi?action=show_bug&bug_id=[% bug.id %]">Show Votes</a>) </td> </tr> [% END %] |