From a949c99d48266b8df1f860911e659c8761145729 Mon Sep 17 00:00:00 2001 From: Cosmin Stejerean Date: Tue, 27 Dec 2022 16:03:14 -0800 Subject: [PATCH] change language for following / followers (#296) --- templates/activities/follows.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/activities/follows.html b/templates/activities/follows.html index f264a10..53a56dd 100644 --- a/templates/activities/follows.html +++ b/templates/activities/follows.html @@ -6,11 +6,11 @@ {% block content %}
{% if inbound %} - Your Follows ({{ num_outbound }}) - Follows You ({{ num_inbound }}) + Following ({{ num_outbound }}) + Followers ({{ num_inbound }}) {% else %} - Your Follows ({{ num_outbound }}) - Follows You ({{ num_inbound }}) + Following ({{ num_outbound }}) + Followers ({{ num_inbound }}) {% endif %}
@@ -44,7 +44,7 @@ {% empty %} -

You have no follows.

+

You {% if inbound %}have no followers{% else %}are not following anyone{% endif %}.

{% endfor %}