Skip to content

Commit 0ac8328

Browse files
committed
Min fix
1 parent f6acba7 commit 0ac8328

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/comment/list.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<div class="item_content">{{ comment.comment }}</div>
5454
</div>
5555
{% if cancomment %}
56-
<span class="add_answer" title="{{ __('Add an answer') }}"
56+
<span class="add_answer" title="{{ __('Add a comment') }}"
5757
data-plugin_tasklists_tasks_id="{{ comment.plugin_tasklists_tasks_id }}"
5858
data-lang="{{ comment.language }}"
5959
data-id="{{ comment.id }}"></span>

0 commit comments

Comments
 (0)