]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Prefer "publish" over "upload"
authorChocobozzz <me@florianbigard.com>
Fri, 8 Apr 2022 09:16:36 +0000 (11:16 +0200)
committerChocobozzz <me@florianbigard.com>
Fri, 8 Apr 2022 09:16:36 +0000 (11:16 +0200)
client/src/app/+videos/+video-edit/video-add-components/video-upload.component.ts

index 0a83215b900019749f67300902d7f1cf68013869..7cb3d8300ffa0237cc78b1755f2c2ba8cee2befc 100644 (file)
@@ -119,7 +119,7 @@ export class VideoUploadComponent extends VideoSend implements OnInit, OnDestroy
     const videoName = this.form.get('name').value
 
     if (this.videoUploaded) {
-      this.metaService.setTitle($localize`Upload ${videoName}`)
+      this.metaService.setTitle($localize`Publish ${videoName}`)
     } else if (this.isUploadingAudioFile || this.isUploadingVideo) {
       this.metaService.setTitle(`${this.videoUploadPercents}% - ${videoName}`)
     } else {