mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-23 19:46:28 -05:00
Fix ' showing as escaped in badge name Closes #837
This commit is contained in:
@@ -107,5 +107,5 @@ export function badgeExplanationText(
|
||||
return t("tournament", {
|
||||
count: badge.count ?? 1,
|
||||
tournament: badge.displayName,
|
||||
});
|
||||
}).replace("'", "'");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user