diff --git a/src/components/molecules/TranscriptionAccuracy.tsx b/src/components/molecules/TranscriptionAccuracy.tsx
index 713e939..ad1cef5 100644
--- a/src/components/molecules/TranscriptionAccuracy.tsx
+++ b/src/components/molecules/TranscriptionAccuracy.tsx
@@ -51,7 +51,7 @@ const TranscriptionAccuracy = (): JSX.Element => {
))}
{settingKey && <>
- >}
+ {(!speakerLanguage?.startsWith("en-us") && !speakerLanguage?.startsWith("small-en-us")) && ()}>}
)
}