[PlayerPanel] TabContents Loading text

This commit is contained in:
고동영
2024-05-28 15:43:47 +09:00
parent 3a7d481436
commit 17238c8b0b
5 changed files with 11 additions and 6 deletions

View File

@@ -78,7 +78,7 @@ export default function LiveChannelContents({
noScrollByWheel={false}
/>
) : (
<PlayerTabLoading />
<PlayerTabLoading textType={$L("Show")} />
)}
</div>
</>