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.') }}