mirror of https://github.com/Chocobozzz/PeerTube
Fix typo
parent
cb909ab38a
commit
863ef63805
|
@ -132,7 +132,7 @@ export class VideoUpdateComponent extends FormReactive implements OnInit, OnDest
|
||||||
if (this.isUpdatingVideo) {
|
if (this.isUpdatingVideo) {
|
||||||
return {
|
return {
|
||||||
canDeactivate: false,
|
canDeactivate: false,
|
||||||
text: $localize`Your video is currenctly being updated. If you leave, your changes will be lost.`
|
text: $localize`Your video is currently being updated. If you leave, your changes will be lost.`
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue