From e0568f26c6568a9e3f776f7721f7f312611957f0 Mon Sep 17 00:00:00 2001 From: Javier Ayres Date: Mon, 6 Dec 2021 21:07:56 -0300 Subject: [PATCH] Fix bad article in error message (#274) --- display/modals.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/display/modals.go b/display/modals.go index c5c1b8e..eb4bb68 100644 --- a/display/modals.go +++ b/display/modals.go @@ -305,7 +305,7 @@ func Tofu(host string, expiry time.Time) bool { frame.SetTitle(" TOFU ") m.SetText( //nolint:lll - fmt.Sprintf("%s's certificate has changed, possibly indicating an security issue. The certificate would have expired %s. Are you sure you want to continue? ", + fmt.Sprintf("%s's certificate has changed, possibly indicating a security issue. The certificate would have expired %s. Are you sure you want to continue? ", host, humanize.Time(expiry), ),