diff --git a/web/src/components/player/LivePlayer.tsx b/web/src/components/player/LivePlayer.tsx index ae9fd6197..83f9110b4 100644 --- a/web/src/components/player/LivePlayer.tsx +++ b/web/src/components/player/LivePlayer.tsx @@ -378,7 +378,7 @@ export default function LivePlayer({ {[ ...new Set([ ...(objects || []).map(({ label, sub_label }) => - label.endsWith("verified") ? sub_label : label, + label.endsWith("verified") ? sub_label : label.replaceAll("_", " "), ), ]), ]