From e469d207b48bd963ba2dbd595af21054b7bb1a98 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Sun, 15 Dec 2024 13:31:03 -0500 Subject: [PATCH] Make "no alt" badge all caps --- Tusker/Views/Attachments/AttachmentView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tusker/Views/Attachments/AttachmentView.swift b/Tusker/Views/Attachments/AttachmentView.swift index 0a7edb4f..0db1800d 100644 --- a/Tusker/Views/Attachments/AttachmentView.swift +++ b/Tusker/Views/Attachments/AttachmentView.swift @@ -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!