From 8239d03e0ed0fea1429e4641764886236062fcbb Mon Sep 17 00:00:00 2001 From: Luna <93695520+LunaisLazier@users.noreply.github.com> Date: Wed, 26 Feb 2025 15:19:00 -0600 Subject: [PATCH] Update authlib-injector to point to local doc rather than fjord's --- launcher/ui/pages/global/AccountListPage.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/launcher/ui/pages/global/AccountListPage.cpp b/launcher/ui/pages/global/AccountListPage.cpp index a64564d54..f1d17d1f6 100644 --- a/launcher/ui/pages/global/AccountListPage.cpp +++ b/launcher/ui/pages/global/AccountListPage.cpp @@ -138,8 +138,8 @@ void AccountListPage::on_actionAddAuthlibInjector_triggered() MinecraftAccountPtr account = AuthlibInjectorLoginDialog::newAccount( this, tr("Please enter your username (sometimes an email address), password, and the URL of your API server." "
" - "See this page in " - "the Fjord Launcher repository for a list of common API servers." + "See this page in " + "the Shattered Prism repository for a list of common API servers." "

" "Caution! Your username and password will be sent to the authentication server you specify!"));