From bdbbf1b8473aab80a1e97fbcd01bdbd16e3035fc Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Sun, 19 Jan 2025 14:59:47 +1300 Subject: [PATCH] fixes #430 --- app/templates/chat/chat_options.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/templates/chat/chat_options.html b/app/templates/chat/chat_options.html index ab773be7..5af883dc 100644 --- a/app/templates/chat/chat_options.html +++ b/app/templates/chat/chat_options.html @@ -2,14 +2,14 @@ {{ _('Delete conversation') }} {% for member in conversation.members %} {% if member.id != current_user.id %} -
  • +
  • {{ _('Block @%(author_name)s', author_name=member.display_name()) }}
  • {% endif %} {% endfor %} {% for instance in conversation.instances() %} -
  • +
  • {{ _("Block chats and posts from instance: %(name)s", name=instance.domain) }}
  • {% endfor %} -
  • +
  • {{ _('Report to moderators') }}
  • {{ _('If you are reporting abuse then do not delete the conversation - moderators will not be able to read it if you delete it.') }}