summaryrefslogtreecommitdiff
path: root/src/tutorials/tutorial_firststeps_settings.js
diff options
context:
space:
mode:
authorJeremy Rimpo <jeremy.rimpo@servermonkey.com>2026-05-12 13:50:45 -0500
committerGitHub <noreply@github.com>2026-05-12 13:50:45 -0500
commit3efaf7c9463261fb2d182a7ae00d9045a2b273b8 (patch)
tree8cc2c9f14d8cffe73187cf42ce8141c87bccef32 /src/tutorials/tutorial_firststeps_settings.js
parent41ffb25c03956d1c6619c284e821611e70bcc307 (diff)
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>
Diffstat (limited to 'src/tutorials/tutorial_firststeps_settings.js')
-rw-r--r--src/tutorials/tutorial_firststeps_settings.js9
1 files changed, 4 insertions, 5 deletions
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()
}
]