From: Magnus Hagander Date: Sun, 4 Nov 2018 21:22:53 +0000 (+0100) Subject: Clarify what subscribe/unsubscribe button does X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=d9c914112c1ced0d759870e7d91d7c4758f451e9;p=pgcommitfest2.git Clarify what subscribe/unsubscribe button does --- 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 @@ {%if user.is_authenticated%} - {{is_subscribed|yesno:"Unsubscribe,Subscribe"}} + {{is_subscribed|yesno:"Unsubscribe from patch update emails,Subscribe to patch update emails"}} {%endif%}