Add enterprise explanation to message shown when user changes update channel.
authorCamila Ayres <hello@camilasan.com>
Mon, 3 Jun 2024 19:42:19 +0000 (21:42 +0200)
committerCamila Ayres <hello@camilasan.com>
Thu, 4 Jul 2024 08:16:39 +0000 (10:16 +0200)
Signed-off-by: Camila Ayres <hello@camilasan.com>
src/gui/generalsettings.cpp

index ec72444fecc70c300932400ccdfa77fbbafafad5..3c29f9c8a61ad35aee52e8868b2054292c24fd48 100644 (file)
@@ -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);