diff --git a/src/components/dialog/ban-dialog.jsx b/src/components/dialog/ban-dialog.jsx
index 0e36debbc..85e016c3f 100644
--- a/src/components/dialog/ban-dialog.jsx
+++ b/src/components/dialog/ban-dialog.jsx
@@ -19,13 +19,10 @@ export function useShowBanDialog(user) {
You are going to block {uname}. What does this mean?
-
-
You and {uname} will not see each other’s posts.
-
- You will not see the {uname}’s comments and likes, while {uname} will be
- able to see your comments in other people’s posts.
+ You and {uname} will not see each other’s content (posts, comments and
+ likes).
@@ -38,11 +35,12 @@ export function useShowBanDialog(user) {
Blocks in groups
- You can disable blocking in selected groups, in those groups you will see all posts
- and comments of those you have blocked.
+ You can decide to see the blocked content in selected groups, in those groups you will
+ see all the content of those you have blocked.
- If {uname} is an admin of some group, he will be able to see your posts in that group.
+ If {uname} is an admin of some group, he will be able to see your content in that
+ group.
You are going to show blocked content in {uname}. What does this mean?
-
-
You will see all the posts of your blocked users in {uname}.
-
- You will see comments and likes from your blocked users under posts in {uname}.
+ You will see all the content (posts, comments and likes) of your blocked users in{' '}
+ {uname}.
{isAdmin && (
- As an administrator, you will also see all the posts in {uname}{' '}
- of the users who have blocked you.
+ As an administrator, you will also see all all the content in{' '}
+ {uname} of the users who have blocked you.