Skip to content

Commit 6c84cc2

Browse files
committed
typo in the trans tag in a template for the answer vote buttons
1 parent 0fa1787 commit 6c84cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

askbot/skins/common/templates/question/answer_vote_buttons.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
title="{% trans %}mark this answer as correct (click again to undo){% endtrans %}"
1111
{% else %}
1212
alt="{% trans question_author=question.author.username %}{{question_author}} has selected this answer as correct{% endtrans %}"
13-
title="{% trans questsion_author=question.author.username%}{{question_author}} has selected this answer as correct{% endtrans %}"
13+
title="{% trans question_author=question.author.username%}{{question_author}} has selected this answer as correct{% endtrans %}"
1414
{% endif %}
1515
/>

0 commit comments

Comments
 (0)