mirror of
https://github.com/makeworld-the-better-one/amfora.git
synced 2024-11-21 23:19:15 +03:00
Fix bad article in error message (#274)
This commit is contained in:
parent
5ed3afcd52
commit
e0568f26c6
@ -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),
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user