From 7d9c0ebc9128fbcbc7b7e92a74828e0b048b8ac2 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sun, 5 Apr 2020 08:52:53 +0200 Subject: [PATCH] text --- client/cmdhf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cmdhf.c b/client/cmdhf.c index e1ed4c799..dfc2a3d47 100644 --- a/client/cmdhf.c +++ b/client/cmdhf.c @@ -127,7 +127,7 @@ int CmdHFSearch(const char *Cmd) { PrintAndLogEx(INPLACE, "Searching for LEGIC tag..."); if (IfPm3Legicrf()) { if (readLegicUid(false) == PM3_SUCCESS) { - PrintAndLogEx(SUCCESS, "\nValid " _GREEN_("LEGIC tag") "found\n"); + PrintAndLogEx(SUCCESS, "\nValid " _GREEN_("LEGIC Prime tag") "found\n"); res = PM3_SUCCESS; } }