diff options
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/shared/shared-forms/preview-upload.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-forms/preview-upload.component.ts b/client/src/app/shared/shared-forms/preview-upload.component.ts index 46920dd27..cdfa26a23 100644 --- a/client/src/app/shared/shared-forms/preview-upload.component.ts +++ b/client/src/app/shared/shared-forms/preview-upload.component.ts | |||
@@ -51,7 +51,7 @@ export class PreviewUploadComponent implements OnInit, ControlValueAccessor { | |||
51 | } | 51 | } |
52 | 52 | ||
53 | getReactiveFileButtonTooltip () { | 53 | getReactiveFileButtonTooltip () { |
54 | return $localize`(extensions: ${this.videoImageExtensions}, ${this.maxSizeText}: ${this.maxVideoImageSizeInBytes})` | 54 | return $localize`(extensions: ${this.videoImageExtensions}, ${this.maxSizeText}\: ${this.maxVideoImageSizeInBytes})` |
55 | } | 55 | } |
56 | 56 | ||
57 | ngOnInit () { | 57 | ngOnInit () { |