File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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>" )
You can’t perform that action at this time.
0 commit comments