We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fa1787 commit 6c84cc2Copy full SHA for 6c84cc2
askbot/skins/common/templates/question/answer_vote_buttons.html
@@ -10,6 +10,6 @@
10
title="{% trans %}mark this answer as correct (click again to undo){% endtrans %}"
11
{% else %}
12
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 %}"
+ title="{% trans question_author=question.author.username%}{{question_author}} has selected this answer as correct{% endtrans %}"
14
{% endif %}
15
/>
0 commit comments