diff --git a/indra/newview/llreflectionmapmanager.cpp b/indra/newview/llreflectionmapmanager.cpp
index 69da7b965e97cf8d7d12014189726a61e66034ca..156352759ddbf943b083919a47c722117ce803c3 100644
--- a/indra/newview/llreflectionmapmanager.cpp
+++ b/indra/newview/llreflectionmapmanager.cpp
@@ -607,7 +607,7 @@ void LLReflectionMapManager::deleteProbe(U32 i)
     LL_PROFILE_ZONE_SCOPED_CATEGORY_DISPLAY;
     LLReflectionMap* probe = mProbes[i];
 
-    llassert(probe != mDefaultProbe);
+    llassert(probe != mDefaultProbe.get());
 
     if (probe->mCubeIndex != -1)
     { // mark the cube index used by this probe as being free
diff --git a/indra/newview/skins/default/xui/en/floater_about.xml b/indra/newview/skins/default/xui/en/floater_about.xml
index 65f0de00863585fabf5089242c8382bb44accc63..c3a927398834d7ef534b0b1c49e5da43198779a8 100644
--- a/indra/newview/skins/default/xui/en/floater_about.xml
+++ b/indra/newview/skins/default/xui/en/floater_about.xml
@@ -46,7 +46,7 @@
        left="25"
        mouse_opaque="true"
        name="github_icon"
-       tool_tip="[APP_NAME] on Discord"
+       tool_tip="[APP_NAME] on GitHub"
        top="140"
        width="41">
         <icon.commit_callback
@@ -62,7 +62,7 @@
        left_pad="10"
        mouse_opaque="true"
        name="bsky_icon"
-       tool_tip="[APP_NAME] on Mastodon"
+       tool_tip="[APP_NAME] on Bluesky"
        top="140"
        width="42">
         <icon.commit_callback