fix tranlate

This commit is contained in:
2022-07-22 16:24:04 +08:00
parent f3e69b032f
commit 00399785d4
2 changed files with 2 additions and 1 deletions

View File

@@ -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