diff --git a/guix/ui.scm b/guix/ui.scm index 39b13fd4bc..92c845e944 100644 --- a/guix/ui.scm +++ b/guix/ui.scm @@ -1564,7 +1564,7 @@ DURATION-RELATION with the current time." (define (display-generation profile number) "Display a one-line summary of generation NUMBER of PROFILE." (unless (zero? number) - (let ((header (format #f (G_ "Generation ~a\t~a") number + (let ((header (format #f (highlight (G_ "Generation ~a\t~a")) number (date->string (time-utc->date (generation-time profile number))