Clarify what subscribe/unsubscribe button does
authorMagnus Hagander <[email protected]>
Sun, 4 Nov 2018 21:22:53 +0000 (22:22 +0100)
committerMagnus Hagander <[email protected]>
Sun, 4 Nov 2018 21:22:53 +0000 (22:22 +0100)
pgcommitfest/commitfest/templates/patch.html

index 3ed775e36198f5c854e390662dd3e50e4652a9dc..74da209d923005d329115446d7245fddd828a3d8 100644 (file)
        </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>