diff --git a/client/cmdlf.c b/client/cmdlf.c index 049edb824..263e73749 100644 --- a/client/cmdlf.c +++ b/client/cmdlf.c @@ -839,7 +839,7 @@ bool CheckChipType(bool getDeviceData) { //check for t55xx chip... if (tryDetectP1(true)) { - PrintAndLogEx(SUCCESS, "\nChipset detection : " _GREEN_("Atmel T55xx") " found"); + PrintAndLogEx(SUCCESS, "\nChipset detection : " _GREEN_("T55xx") " found"); PrintAndLogEx(SUCCESS, "Try " _YELLOW_("`lf t55xx`")" commands"); retval = true; goto out;