Make "no alt" badge all caps

This commit is contained in:
Shadowfacts 2024-12-15 13:31:03 -05:00
parent 82ec120871
commit e469d207b4
1 changed files with 1 additions and 1 deletions

View File

@ -402,7 +402,7 @@ class AttachmentView: GIFImageView {
makeBadgeView(text: "ALT")
}
if badges.contains(.noAlt) {
makeBadgeView(text: "No ALT")
makeBadgeView(text: "NO ALT")
}
let first = stack.arrangedSubviews.first!