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 %} -
{{ _('If you are reporting abuse then do not delete the conversation - moderators will not be able to read it if you delete it.') }}