From 710de1a16ab1225bdbb0332f6eb7add6295ee0e4 Mon Sep 17 00:00:00 2001
From: Rye Mutt <rye@alchemyviewer.org>
Date: Thu, 16 Nov 2023 10:07:53 -0500
Subject: [PATCH] Cleanup

---
 indra/newview/skins/default/xui/en/panel_login.xml | 2 +-
 indra/newview/skins/default/xui/en/strings.xml     | 2 +-
 indra/newview/skins/heretic/xui/en/panel_login.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/indra/newview/skins/default/xui/en/panel_login.xml b/indra/newview/skins/default/xui/en/panel_login.xml
index a05d045d8ce..c03c45551e1 100644
--- a/indra/newview/skins/default/xui/en/panel_login.xml
+++ b/indra/newview/skins/default/xui/en/panel_login.xml
@@ -70,7 +70,7 @@
           max_chars="128"
           combo_editor.commit_on_focus_lost="false"
           combo_editor.prevalidate_callback="ascii"
-          tool_tip="The account name you chose when you registered, like bobsmith420 or Steller Sunshine"
+          tool_tip="The account name you chose when you registered, like bobsmith12 or Steller Sunshine"
           top_pad="0"
           name="username_combo"
           width="178">
diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml
index 7a69c997c9c..281c0141f2e 100644
--- a/indra/newview/skins/default/xui/en/strings.xml
+++ b/indra/newview/skins/default/xui/en/strings.xml
@@ -160,7 +160,7 @@ If you feel this is an error, please contact support.</string>
 	<string name="LoginFailedAlreadyLoggedIn">This agent is already logged in.</string>
 	<string name="LoginFailedAuthenticationFailed">Sorry! We couldn't log you in.
 Please check to make sure you entered the right
-    * Username (like yiffmaster69 or steller.sunshine)
+    * Username (like bobsmith12 or steller.sunshine)
     * Password
     * Second Factor Token (if enabled)
 Also, please make sure your Caps Lock key is off.</string>
diff --git a/indra/newview/skins/heretic/xui/en/panel_login.xml b/indra/newview/skins/heretic/xui/en/panel_login.xml
index 26be5e536de..b854c5de8ce 100644
--- a/indra/newview/skins/heretic/xui/en/panel_login.xml
+++ b/indra/newview/skins/heretic/xui/en/panel_login.xml
@@ -71,7 +71,7 @@
           max_chars="128"
           combo_editor.commit_on_focus_lost="false"
           combo_editor.prevalidate_callback="ascii"
-          tool_tip="The account name you chose when you registered, like yiffmaster420 or Steller Sunshine"
+          tool_tip="The account name you chose when you registered, like bobsmith12 or Steller Sunshine"
           top_pad="0"
           name="username_combo"
           width="178">
-- 
GitLab