From a8fb3a52468849dc89f938d821f98ea53fa75790 Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 28 Oct 2024 10:08:49 +1100 Subject: [PATCH] minor updates --- app_model.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_model.go b/app_model.go index 8666044..faec8c7 100644 --- a/app_model.go +++ b/app_model.go @@ -754,7 +754,7 @@ func (m *AppModel) View() string { "Pulling model: %.0f%%\n%s\n%s", m.pullProgress*100, m.progress.ViewAs(m.pullProgress), - "Press Ctrl+C to cancel - Note there is currently bug where you might need to press a key (e.g. arrow key) to refresh the progress bar", + "Press Ctrl+C to cancel - Note there is currently bug where you might need to hold a key (e.g. arrow key) to refresh the progress bar", ) }