From aa239cd7bd7cf7d79eb17ea7a5b67472faf2a9fb Mon Sep 17 00:00:00 2001 From: Camila Ayres Date: Mon, 3 Jun 2024 21:42:19 +0200 Subject: [PATCH] Add enterprise explanation to message shown when user changes update channel. Signed-off-by: Camila Ayres --- src/gui/generalsettings.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/generalsettings.cpp b/src/gui/generalsettings.cpp index ec72444fec..3c29f9c8a6 100644 --- a/src/gui/generalsettings.cpp +++ b/src/gui/generalsettings.cpp @@ -398,6 +398,7 @@ void GeneralSettings::slotUpdateChannelChanged() "- stable: contains tested versions considered reliable\n" "- beta: contains versions with new features that may not be tested thoroughly\n" "- daily: contains versions created daily only for testing and development\n\n" + "- enterprise: contains stable versions for customers.\n\n" "Downgrading versions is not possible immediately: changing from beta to stable means waiting for the new stable version."), QMessageBox::NoButton, this);