Locallazy: Convert even more strings (#11679)
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
8d289544b3
commit
9a76d6b9a3
82 changed files with 6216 additions and 5101 deletions
|
@ -98,7 +98,9 @@ export default abstract class AudioPlayerBase<T extends IProps = IProps> extends
|
|||
return (
|
||||
<>
|
||||
{this.renderComponent()}
|
||||
{this.state.error && <div className="text-warning">{_t("Error downloading audio")}</div>}
|
||||
{this.state.error && (
|
||||
<div className="text-warning">{_t("timeline|m.audio|error_downloading_audio")}</div>
|
||||
)}
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue