From 232f73365c49d1fac4b9998fcbf73928e3fe8390 Mon Sep 17 00:00:00 2001 From: tomlube Date: Thu, 14 May 2026 10:31:37 -0400 Subject: [PATCH] rebrand fix (#1290) --- src/dusk/ui/settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();