From 99e887105ceb7a0688b881e6e3a48d5b846fc691 Mon Sep 17 00:00:00 2001 From: Matchu Date: Sat, 13 Mar 2021 02:02:34 -0800 Subject: [PATCH] Copy tweak for OutfitKnownGlitchesBadge --- src/app/WardrobePage/OutfitControls.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/WardrobePage/OutfitControls.js b/src/app/WardrobePage/OutfitControls.js index c10af76..6c5e420 100644 --- a/src/app/WardrobePage/OutfitControls.js +++ b/src/app/WardrobePage/OutfitControls.js @@ -314,7 +314,7 @@ function OutfitKnownGlitchesBadge({ appearance }) { There's a glitch in the art for {item.name} that prevents us from showing the full-scale SVG version of the image. Instead, we're - showing a PNG, which might look a bit blurry at larger screen sizes. + showing a PNG, which might look a bit blurry on larger screens. ); }