]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-forms/preview-upload.component.ts
Merge branch 'release/4.2.0' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-forms / preview-upload.component.ts
index 46920dd27f7adbeeb24991cafdffe43f48ba27ca..cdfa26a23087b1df53384048ea4cc1000490ca29 100644 (file)
@@ -51,7 +51,7 @@ export class PreviewUploadComponent implements OnInit, ControlValueAccessor {
   }
 
   getReactiveFileButtonTooltip () {
-    return $localize`(extensions: ${this.videoImageExtensions}, ${this.maxSizeText}: ${this.maxVideoImageSizeInBytes})`
+    return $localize`(extensions: ${this.videoImageExtensions}, ${this.maxSizeText}\: ${this.maxVideoImageSizeInBytes})`
   }
 
   ngOnInit () {