diff options
Diffstat (limited to 'templates/vote.html')
-rw-r--r-- | templates/vote.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/vote.html b/templates/vote.html index 3deacf5..56edfda 100644 --- a/templates/vote.html +++ b/templates/vote.html @@ -89,7 +89,7 @@ </form> <div class='footnote'> {%if hide_vote%}<p>{% trans "You have already vote? You are enough wise not to be influenced by other votes? You can display result by clicking" %} <a href='?display_result=1'>{% trans "here" %}</a>.</p>{%else%} - <p>{% trans "Remain informed of poll evolution:" %} <a href="http://{{root_url}}feeds/poll/{{poll.base_url}}/">{%trans "Syndication"%}</a></p>{%endif%} + <p>{% trans "Remain informed of poll evolution:" %} <a href="http://{{root_url}}feeds/poll/{{poll.base_url}}/">{%trans "syndication"%}</a></p>{%endif%} </div> {%if not hide_vote%} <h3>{%trans "Comments"%}</h3> |