diff options
Diffstat (limited to 'src/tutorials/tutorial_firststeps_settings.js')
| -rw-r--r-- | src/tutorials/tutorial_firststeps_settings.js | 9 |
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()
}
]
|
