diff options
author | Chocobozzz <me@florianbigard.com> | 2022-03-22 18:18:01 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-03-22 18:27:29 +0100 |
commit | 851e808dc9949eeda0286cd2ee15480aee394df5 (patch) | |
tree | cacadc64c9abb43b32472299deb720de179c319e /client | |
parent | a2c5cd4a03cfe792a5f7341b33115002c448d3e4 (diff) | |
download | PeerTube-851e808dc9949eeda0286cd2ee15480aee394df5.tar.gz PeerTube-851e808dc9949eeda0286cd2ee15480aee394df5.tar.zst PeerTube-851e808dc9949eeda0286cd2ee15480aee394df5.zip |
Fix angular build
Diffstat (limited to 'client')
-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 () { |