fix tranlate
This commit is contained in:
@@ -98,7 +98,7 @@ function AudioPlayer(props) {
|
||||
{CalcReadableFilesizeDetail(props.playingFile.filesize)}
|
||||
</button>
|
||||
|
||||
{isPreparing && <button disabled>Preparing...</button>}
|
||||
{isPreparing && <button disabled>{Tr("Preparing...")}</button>}
|
||||
|
||||
{playingURL !== "" && (
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user