Prefer "publish" over "upload"
This commit is contained in:
parent
72dd3a7c26
commit
25fd0b59f6
|
@ -119,7 +119,7 @@ export class VideoUploadComponent extends VideoSend implements OnInit, OnDestroy
|
||||||
const videoName = this.form.get('name').value
|
const videoName = this.form.get('name').value
|
||||||
|
|
||||||
if (this.videoUploaded) {
|
if (this.videoUploaded) {
|
||||||
this.metaService.setTitle($localize`Upload ${videoName}`)
|
this.metaService.setTitle($localize`Publish ${videoName}`)
|
||||||
} else if (this.isUploadingAudioFile || this.isUploadingVideo) {
|
} else if (this.isUploadingAudioFile || this.isUploadingVideo) {
|
||||||
this.metaService.setTitle(`${this.videoUploadPercents}% - ${videoName}`)
|
this.metaService.setTitle(`${this.videoUploadPercents}% - ${videoName}`)
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue