From 59c0625f02f5b3e451d65142ec362a8f723fcf44 Mon Sep 17 00:00:00 2001
From: Evan Goode
Date: Wed, 15 May 2024 16:25:34 -0400
Subject: [PATCH] Fix broken in link in Add authlib-injector dialog
Resolves https://github.com/unmojang/FjordLauncher/issues/1
---
launcher/ui/pages/global/AccountListPage.cpp | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/launcher/ui/pages/global/AccountListPage.cpp b/launcher/ui/pages/global/AccountListPage.cpp
index 77ed4a07b..b974572d1 100644
--- a/launcher/ui/pages/global/AccountListPage.cpp
+++ b/launcher/ui/pages/global/AccountListPage.cpp
@@ -168,9 +168,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 on the Fjord "
- "Launcher wiki for a "
- "list of common API servers.
"
+ "See this page in "
+ "the Fjord Launcher repository for a list of common API servers."
"
"
"Caution! Your username and password will be sent to the authentication server you specify!"));