Skip to content

Commit

Permalink
fix: pronounses (#1202)
Browse files Browse the repository at this point in the history
  • Loading branch information
GRbit authored May 13, 2024
1 parent a213722 commit 21b464e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/html/users/messages/muted.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h2>🤐 Вы замьютили {{ user.full_name }}</h2>

<p>
Ваша жалоба тоже записана и передана модераторам.
Вы больше не увидите его посты и коммментарии от {{ user.full_name }}.
Вы больше не увидите посты и коммментарии от {{ user.full_name }}.
</p>

<p>
Expand Down
2 changes: 1 addition & 1 deletion frontend/html/users/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
{% else %}
<a href="{% url "toggle_mute" user.slug %}" class="profile-status clickable">
<span class="profile-status-icon">⛔️</span>
<span class="profile-status-status">Я не хочу видеть его в Клубе</span>
<span class="profile-status-status">Я не хочу видеть этого юзера в Клубе</span>
</a>
{% endif %}
{% endif %}
Expand Down

0 comments on commit 21b464e

Please sign in to comment.