Rename replies to comments

This commit is contained in:
rubenwardy
2022-01-03 01:44:12 +00:00
parent 933d8ebfe7
commit 122e1a4677
3 changed files with 6 additions and 6 deletions

View File

@@ -6,11 +6,11 @@
{% endblock %}
{% block title %}
{{ _("Replies by %(user)s", user=user.display_name) }}
{{ _("Comments by %(user)s", user=user.display_name) }}
{% endblock %}
{% block content %}
<h1>{{ _("Replies by %(user)s", user=self.link()) }}</h1>
<h1>{{ _("Comments by %(user)s", user=self.link()) }}</h1>
<ul class="comments mt-5 mb-0">

View File

@@ -101,7 +101,7 @@
</span>
</a>
<a class="btn" href="{{ url_for('threads.user_replies', username=user.username) }}">
<a class="btn" href="{{ url_for('threads.user_comments', username=user.username) }}">
<i class="fas fa-comment"></i>
<span class="count">
<strong>{{ user.replies.count() }}</strong>