1
0
Fork 0

Prefer "publish" over "upload"

This commit is contained in:
Chocobozzz 2022-04-08 11:16:36 +02:00
parent 72dd3a7c26
commit 25fd0b59f6
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View 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 {