Skip to content

Commit d9c9141

Browse files
committed
Clarify what subscribe/unsubscribe button does
1 parent 8761e57 commit d9c9141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pgcommitfest/commitfest/templates/patch.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ <h4>Annotations</h4>
131131
</table>
132132
</div>
133133
{%if user.is_authenticated%}
134-
<a href="{{is_subscribed|yesno:"unsubscribe,subscribe"}}/" class="btn btn-default">{{is_subscribed|yesno:"Unsubscribe,Subscribe"}}</a>
134+
<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>
135135
{%endif%}
136136
</td>
137137
</tr>

0 commit comments

Comments
 (0)