fix(ui): set Tip alert label to "You" for user messages

This commit is contained in:
Ed Zynda
2026-03-27 21:31:05 +03:00
parent 1e3e5cafd3
commit eb1d7fd07e
+1
View File
@@ -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"),
)