Skip to content

Commit ffa43f7

Browse files
authored
Merge pull request #1486 from apiraino/update-last-comment-wording
Update last comment wording
2 parents fd72bb6 + c17aba5 commit ffa43f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/_issue.tt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{% macro render(issue, with_age="") %}"{{issue.title}}" [{{issue.repo_name}}#{{issue.number}}]({{issue.html_url}}) {% if with_age %}(last comment: {{issue.updated_at}}){% endif %}{% endmacro %}
1+
{% macro render(issue, with_age="") %}"{{issue.title}}" [{{issue.repo_name}}#{{issue.number}}]({{issue.html_url}}) {% if with_age %}(last review activity: {{issue.updated_at}}){% endif %}{% endmacro %}

0 commit comments

Comments
 (0)