From d67114b9ba6bd7a5888b843f25673bf80550bd54 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Tue, 13 Aug 2024 15:54:59 -0400 Subject: [PATCH] Simplify TOTP copy message --- core/copy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/copy.go b/core/copy.go index f4b428c..6ec278e 100644 --- a/core/copy.go +++ b/core/copy.go @@ -40,7 +40,7 @@ func CopyArgument(executableName, targetLocation string, field int) { secret = decryptedEntry[2] } - fmt.Println("TOTP code has been copied to the clipboard - Your clipboard will be kept up to date with the current code until this process is closed") + fmt.Println("Clipboard will be kept up to date with the current TOTP code until this process is closed") for { // keep field copied to clipboard, refresh on 30-second intervals currentTime := time.Now()