From 6e80db59f9adf6f188653a17d4e0edb7e0d22b18 Mon Sep 17 00:00:00 2001
From: 0ko <0ko@noreply.codeberg.org>
Date: Sat, 22 Jun 2024 13:02:34 +0500
Subject: [PATCH] [I18N] Improve wording in user blocking modal

(cherry picked from commit 5d741259da7f09bb2f5fb0e0835c19b2a1256855)
---
 options/locale/locale_en-US.ini | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index 05b70db57e..85250c1627 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -660,10 +660,10 @@ following_few = %d following
 follow = Follow
 unfollow = Unfollow
 block_user = Block user
-block_user.detail = Please understand that if you block this user, other actions will be taken. Such as:
-block_user.detail_1 = You are being unfollowed from this user.
-block_user.detail_2 = This user cannot interact with your repositories, created issues and comments.
-block_user.detail_3 = This user cannot add you as a collaborator, nor can you add them as a collaborator.
+block_user.detail = Please note that blocking a user has other effects, such as:
+block_user.detail_1 = You will stop following each other and will not be able to follow each other.
+block_user.detail_2 = This user will not be able to interact with the repositories you own, or the issues and comments you have created.
+block_user.detail_3 = You will not be able to add each other as repository collaborators.
 follow_blocked_user = You cannot follow this user because you have blocked this user or this user has blocked you.
 starred = Starred repositories
 watched = Watched repositories