From 3efaf7c9463261fb2d182a7ae00d9045a2b273b8 Mon Sep 17 00:00:00 2001 From: Jeremy Rimpo Date: Tue, 12 May 2026 13:50:45 -0500 Subject: Migrating to OAuth Authentication (#2374) Co-authored-by: aglowinthefield <146008217+aglowinthefield@users.noreply.github.com> Co-authored-by: Jonathan Feenstra <26406078+JonathanFeenstra@users.noreply.github.com> --- src/tutorials/tutorial_firststeps_settings.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/tutorials/tutorial_firststeps_settings.js') diff --git a/src/tutorials/tutorial_firststeps_settings.js b/src/tutorials/tutorial_firststeps_settings.js index 94ca26a3..19926eb8 100644 --- a/src/tutorials/tutorial_firststeps_settings.js +++ b/src/tutorials/tutorial_firststeps_settings.js @@ -18,11 +18,10 @@ function getTutorialSteps() function() { highlightItem("nexusBox", false) - tutorial.text = qsTr("Use this interface to obtain an API key from NexusMods. " - +"This is used for all API connections - downloads, updates " - +"etc. MO2 uses the Windows Credential Manager to store " - +"this data securely. If the SSO page on Nexus is failing, " - +"use the manual entry and copy the API key from your profile.") + tutorial.text = qsTr("Use this interface to authorize Mod Organizer with Nexus Mods. " + +"This login is used for all API connections - downloads, updates " + +"etc. MO2 uses the Windows Credential Manager to store " + +"these credentials securely.") waitForClick() } ] -- cgit v1.3.1