Browse Source

Update last comment wording

apiraino 3 năm trước cách đây
mục cha
commit
c17aba563f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      templates/_issue.tt

+ 1 - 1
templates/_issue.tt

@@ -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 %}
+{% 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 %}