Massage styling of auto-update messages a bit

This commit is contained in:
Antonio Scandurra 2022-04-05 10:15:26 +02:00
parent bd0b063bd1
commit 493450f6a8
3 changed files with 3 additions and 3 deletions

View file

@ -253,7 +253,7 @@ impl View for AutoUpdateIndicator {
.boxed(),
AutoUpdateStatus::Installing => Text::new(
"Installing update…".to_string(),
theme.auto_update_done_message.clone(),
theme.auto_update_progress_message.clone(),
)
.boxed(),
AutoUpdateStatus::Updated => Text::new(