diff --git a/SodaLive/Sources/V2/CreatorChannel/Community/Components/CreatorChannelCommunityViewModeBar.swift b/SodaLive/Sources/V2/CreatorChannel/Community/Components/CreatorChannelCommunityViewModeBar.swift index 1a6b7bd6..4c0d57f8 100644 --- a/SodaLive/Sources/V2/CreatorChannel/Community/Components/CreatorChannelCommunityViewModeBar.swift +++ b/SodaLive/Sources/V2/CreatorChannel/Community/Components/CreatorChannelCommunityViewModeBar.swift @@ -21,9 +21,11 @@ struct CreatorChannelCommunityViewModeBar: View { Button(action: onTapToggle) { HStack(spacing: SodaSpacing.s4) { - Text(viewModeTitle) - .appFont(size: 16, weight: .regular) - .foregroundColor(Color.gray400) + if LanguageHeaderProvider.current != "ja" { + Text(viewModeTitle) + .appFont(size: 16, weight: .regular) + .foregroundColor(Color.gray400) + } Image(viewModeIconName) .resizable()