Skip to content

Commit eaa4725

Browse files
Update copies
1 parent 8245e52 commit eaa4725

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

unity-renderer/Assets/Scripts/MainScripts/DCL/Controllers/HUD/MyAccountHUD/Prefabs/BlockedList.prefab

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,10 @@ MonoBehaviour:
141141
m_OnCullStateChanged:
142142
m_PersistentCalls:
143143
m_Calls: []
144-
m_text: When you block someone, both you and that person won't be able to see each
145-
other's avatars, messages in public or private channels, or send friend requests
146-
to each other.
144+
m_text: "If you block someone in Decentraland, you will no longer see their avatar
145+
in-world, and you will not be able to send friend requests or messages to each
146+
other. You will also not see each other\u2019s messages in public or private
147+
chats."
147148
m_isRightToLeft: 0
148149
m_fontAsset: {fileID: 11400000, guid: 6708c7eadd49b49f4ac3469e5104e7c9, type: 2}
149150
m_sharedMaterial: {fileID: 2100000, guid: dd1effe058ec94479a0dd10765262662, type: 2}
@@ -531,7 +532,7 @@ RectTransform:
531532
m_AnchorMin: {x: 0, y: 1}
532533
m_AnchorMax: {x: 0, y: 1}
533534
m_AnchoredPosition: {x: 128, y: -200}
534-
m_SizeDelta: {x: 713, y: 56.98}
535+
m_SizeDelta: {x: 713, y: 76.3574}
535536
m_Pivot: {x: 0, y: 1}
536537
--- !u!222 &3345930943405460214
537538
CanvasRenderer:
@@ -561,9 +562,10 @@ MonoBehaviour:
561562
m_OnCullStateChanged:
562563
m_PersistentCalls:
563564
m_Calls: []
564-
m_text: You can block anyone from the menu option that appears when you click the
565-
three dots icon within their profile card or private conversation, or when you
566-
hover over the person's name in the channel members, chat or friends list.
565+
m_text: "To block someone, open their profile card by clicking on their avatar
566+
and click on the three dots in the upper right corner above their avatar image,
567+
then select the option \u2018Block\u2019. You can also block someone within a
568+
chat by clicking on the three dots to the right of their name and selecting \u2018Block\u2019."
567569
m_isRightToLeft: 0
568570
m_fontAsset: {fileID: 11400000, guid: 6708c7eadd49b49f4ac3469e5104e7c9, type: 2}
569571
m_sharedMaterial: {fileID: 2100000, guid: dd1effe058ec94479a0dd10765262662, type: 2}
@@ -911,7 +913,7 @@ RectTransform:
911913
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
912914
m_AnchorMin: {x: 1, y: 0}
913915
m_AnchorMax: {x: 1, y: 1}
914-
m_AnchoredPosition: {x: 511, y: -8}
916+
m_AnchoredPosition: {x: 511, y: -7.9999695}
915917
m_SizeDelta: {x: 8, y: -94}
916918
m_Pivot: {x: 1, y: 1}
917919
--- !u!222 &1993293957083626822

unity-renderer/Assets/Scripts/MainScripts/DCL/DataStore/DataStore_Notifications.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public static GenericConfirmationNotificationData CreateUnFriendData(string user
3434
public static GenericConfirmationNotificationData CreateBlockUserData(string userName, Action confirmationAction) =>
3535
new (
3636
$"Are you sure you want to block {userName}?",
37-
"Blocking someone means that you and that person can no longer see each other's avatars, messages, and send friend requests.",
37+
"Blocking someone means that you will no longer see their avatar in-world. Both of you will also not see each other's messages in private and public chats and will not be able to send each other messages or friend requests.",
3838
"CANCEL",
3939
"BLOCK",
4040
null,
@@ -43,7 +43,7 @@ public static GenericConfirmationNotificationData CreateBlockUserData(string use
4343
public static GenericConfirmationNotificationData CreateUnBlockUserData(string userName, Action confirmationAction) =>
4444
new (
4545
$"Are you sure you want to unblock {userName}?",
46-
"Once you unblock someone, you and that person would be able to see each other's avatars, messages, and send friend requests.",
46+
"Once you unblock someone, you will see their avatar in-world and you will both be able to see each other's messages and send each other friend requests.",
4747
"CANCEL",
4848
"UNBLOCK",
4949
null,

0 commit comments

Comments
 (0)