Просмотр исходного кода

Merge pull request #1486 from apiraino/update-last-comment-wording

Update last comment wording
Santiago Pastorino 3 лет назад
Родитель
Сommit
ffa43f774f
1 измененных файлов с 1 добавлено и 1 удалено
  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 %}