diff options
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/+videos/+video-edit/video-add-components/video-upload.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.ts b/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.ts index 0a83215b9..7cb3d8300 100644 --- a/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.ts +++ b/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.ts | |||
@@ -119,7 +119,7 @@ export class VideoUploadComponent extends VideoSend implements OnInit, OnDestroy | |||
119 | const videoName = this.form.get('name').value | 119 | const videoName = this.form.get('name').value |
120 | 120 | ||
121 | if (this.videoUploaded) { | 121 | if (this.videoUploaded) { |
122 | this.metaService.setTitle($localize`Upload ${videoName}`) | 122 | this.metaService.setTitle($localize`Publish ${videoName}`) |
123 | } else if (this.isUploadingAudioFile || this.isUploadingVideo) { | 123 | } else if (this.isUploadingAudioFile || this.isUploadingVideo) { |
124 | this.metaService.setTitle(`${this.videoUploadPercents}% - ${videoName}`) | 124 | this.metaService.setTitle(`${this.videoUploadPercents}% - ${videoName}`) |
125 | } else { | 125 | } else { |