From 139a5a4f7bf0b5df453fa456adafb0e0d7ce6c15 Mon Sep 17 00:00:00 2001
From: Zanibar <nagachief12@gmail.com>
Date: Sat, 19 Mar 2022 20:48:41 -0500
Subject: [PATCH] Added missing FreezeAvatarFullname, this fix should probably
 be pushed to main at some point.

---
 .../newview/skins/default/xui/en/notifications.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml
index fd2dccc247f..52a03f48559 100644
--- a/indra/newview/skins/default/xui/en/notifications.xml
+++ b/indra/newview/skins/default/xui/en/notifications.xml
@@ -1975,6 +1975,20 @@ You do not have permission to transfer the selected folder.
    name="FreezeAvatar"
    type="alertmodal">
 Freeze [AVATAR_NAMES]?
+He or she will temporarily be unable to move, chat, or interact with the world.
+    <tag>confirm</tag>
+    <usetemplate
+     canceltext="Cancel"
+     name="yesnocancelbuttons"
+     notext="Unfreeze"
+     yestext="Freeze"/>
+  </notification>
+
+   <notification
+   icon="alertmodal.tga"
+   name="FreezeAvatarFullname"
+   type="alertmodal">
+Freeze [AVATAR_NAMES]?
 He or she will temporarily be unable to move, chat, or interact with the world.
     <tag>confirm</tag>
     <usetemplate
-- 
GitLab