From 34fee9bf8cb34445ba157fca3bd075f8e5e8fa87 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Thu, 30 Oct 2025 11:35:35 -0700 Subject: chore: adjust update wording (#2974) A user mentioned seeing the "UPGRADE" wording, and then expecting `atuin upgrade` to work, when in fact the correct command is `atuin update` Easy fix, wording adjusted ## Checks - [ ] I am happy for maintainers to push small adjustments to this PR, to speed up the review cycle - [ ] I have checked that there are no existing pull requests for the same thing --- crates/atuin/src/command/client/search/interactive.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates') diff --git a/crates/atuin/src/command/client/search/interactive.rs b/crates/atuin/src/command/client/search/interactive.rs index 930f634c..0b86462e 100644 --- a/crates/atuin/src/command/client/search/interactive.rs +++ b/crates/atuin/src/command/client/search/interactive.rs @@ -920,7 +920,7 @@ impl State { let title = if self.update_needed.is_some() { let error_style: Style = theme.get_error().into(); Paragraph::new(Text::from(Span::styled( - format!("Atuin v{VERSION} - UPGRADE"), + format!("Atuin v{VERSION} - UPDATE"), error_style.add_modifier(Modifier::BOLD), ))) } else { -- cgit v1.3.1