Skip to content
Prev Previous commit
Rename OS version from Next to 7
  • Loading branch information
meisenzahl authored Dec 25, 2022
commit b75cbc011485e62931cbce1e3947e5f20dd0bbfb
4 changes: 2 additions & 2 deletions src/Views/OperatingSystemView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,8 @@ public class About.OperatingSystemView : Gtk.Grid {
int seconds_remaining = RESTART_TIMEOUT;

var message_dialog = new Granite.MessageDialog.with_image_from_icon_name (
"elementary OS Next",
"To setup the installation of elementary OS Next, click Continue.",
"elementary OS 7",
"To setup the installation of elementary OS 7, click Continue.",
"distributor-logo",
Gtk.ButtonsType.CANCEL
) {
Expand Down