From 10581b6a56cf9d7703a4542bcd0cd41e94f5e0f4 Mon Sep 17 00:00:00 2001
From: Rye Mutt <rye@alchemyviewer.org>
Date: Thu, 31 Dec 2020 03:14:34 -0500
Subject: [PATCH] Nerf teleport failure message down to a notify

---
 indra/newview/skins/default/xui/en/notifications.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml
index 8d7087b4eae..912a6e62405 100644
--- a/indra/newview/skins/default/xui/en/notifications.xml
+++ b/indra/newview/skins/default/xui/en/notifications.xml
@@ -2426,9 +2426,9 @@ Your search terms were too short so no search was performed.
   <!-- Generic Teleport failure modes - strings will be inserted from
        teleport_strings.xml if available. -->
   <notification
-   icon="alertmodal.tga"
+   icon="notify.tga"
    name="CouldNotTeleportReason"
-   type="alertmodal">
+   type="notify">
     <unique/>
 Teleport failed.
 [REASON]
-- 
GitLab