diff --git a/internal/ui/messages.go b/internal/ui/messages.go index c7c23413..0932f45b 100644 --- a/internal/ui/messages.go +++ b/internal/ui/messages.go @@ -469,6 +469,7 @@ func createTypography(theme Theme) *herald.Typography { herald.WithCodeLineNumbers(true), // Customize alert labels herald.WithAlertLabel(herald.AlertNote, "Info"), + herald.WithAlertLabel(herald.AlertTip, "You"), herald.WithAlertLabel(herald.AlertWarning, "Working"), herald.WithAlertLabel(herald.AlertCaution, "Error"), )