Skip to content

Commit

Permalink
fixity
Browse files Browse the repository at this point in the history
  • Loading branch information
dbungert committed May 16, 2024
1 parent 3608440 commit 8b6cf6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subiquity/ui/views/installprogress.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def update_for_state(self, state):
btns = [self.view_log_btn]
elif state == ApplicationState.LATE_COMMANDS:
self.title = _("Running late-commands")
btns = []
btns = [self.view_log_btn]
elif state == ApplicationState.DONE:
self.title = _("Installation complete!")
self.reboot_btn.base_widget.set_label(_("Reboot Now"))
Expand Down

0 comments on commit 8b6cf6f

Please sign in to comment.