diff options
author | Magnus Hagander | 2018-11-04 21:22:53 +0000 |
---|---|---|
committer | Magnus Hagander | 2018-11-04 21:22:53 +0000 |
commit | d9c914112c1ced0d759870e7d91d7c4758f451e9 (patch) | |
tree | 1808d2afd10c838a311e5a1fa5352c966c3d9a61 | |
parent | 8761e5790820aa51eee7156505fe472c20ca8a5a (diff) |
Clarify what subscribe/unsubscribe button does
-rw-r--r-- | pgcommitfest/commitfest/templates/patch.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pgcommitfest/commitfest/templates/patch.html b/pgcommitfest/commitfest/templates/patch.html index 3ed775e..74da209 100644 --- a/pgcommitfest/commitfest/templates/patch.html +++ b/pgcommitfest/commitfest/templates/patch.html @@ -131,7 +131,7 @@ </table> </div> {%if user.is_authenticated%} - <a href="{{is_subscribed|yesno:"unsubscribe,subscribe"}}/" class="btn btn-default">{{is_subscribed|yesno:"Unsubscribe,Subscribe"}}</a> + <a href="{{is_subscribed|yesno:"unsubscribe,subscribe"}}/" class="btn btn-default">{{is_subscribed|yesno:"Unsubscribe from patch update emails,Subscribe to patch update emails"}}</a> {%endif%} </td> </tr> |