diff --git a/src/dusk/ui/settings.cpp b/src/dusk/ui/settings.cpp index c54b3784be..abadb2ed67 100644 --- a/src/dusk/ui/settings.cpp +++ b/src/dusk/ui/settings.cpp @@ -1301,7 +1301,7 @@ SettingsWindow::SettingsWindow(bool prelaunch) : mPrelaunch(prelaunch) { config_bool_select(leftPane, rightPane, getSettings().game.enableDiscordPresence, { .key = "Enable Discord Rich Presence", - .helpText = "Enable Dusk to integrate with Discord Rich Presence. This allows Discord to show your status in-game.", + .helpText = "Enable Dusklight to integrate with Discord Rich Presence. This allows Discord to show your status in-game.", .onChange = [](bool enabled) { if (enabled) { dusk::discord::initialize();