Skip to content

Commit f8caf7e

Browse files
committed
Remove lts branch, in updater
1 parent 1705a43 commit f8caf7e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/gui/aboutdialog.cpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@ void AboutDialog::setupUpdaterWidget()
8585
}
8686
// we want to attach the known english identifiers which are also used within the configuration file as user data inside the data model
8787
// that way, when we intend to reset to the original selection when the dialog, we can look up the config file's stored value in the data model
88-
ui->updateChannel->addItem(QStringLiteral("ownCloud 10 LTS"), QStringLiteral("stable"));
89-
ui->updateChannel->addItem(QStringLiteral("ownCloud Infinite Scale stable"), QStringLiteral("ocis"));
88+
ui->updateChannel->addItem(QStringLiteral("stable"), QStringLiteral("stable"));
9089
if (!Resources::isVanillaTheme()) {
9190
ui->updateChannel->addItem(tr("beta"), QStringLiteral("beta"));
9291
}
@@ -158,8 +157,7 @@ void AboutDialog::slotUpdateChannelChanged([[maybe_unused]] int index)
158157

159158
auto msgBox = new QMessageBox(QMessageBox::Warning, tr("Change update channel?"),
160159
tr("<html>The update channel determines which client updates will be offered for installation.<ul>"
161-
"<li>\"ownCloud 10 LTS\" contains only upgrades that are considered reliable</li>"
162-
"<li>\"ownCloud Infinite Scale stable\" contains only upgrades that are considered reliable but <b>removes support for \"ownCloud 10\"</b></li>"
160+
"<li>\"stable\" contains only upgrades that are considered reliable</li>"
163161
"%1"
164162
"</ul>"
165163
"<br>⚠️Downgrades are not supported. If you switch to a stable channel this change will only be applied with the next major release.</html>")

0 commit comments

Comments
 (0)