diff --git a/client/src/app/+videos/+video-edit/video-update.component.ts b/client/src/app/+videos/+video-edit/video-update.component.ts index 24d91a69a..ea2f76d71 100644 --- a/client/src/app/+videos/+video-edit/video-update.component.ts +++ b/client/src/app/+videos/+video-edit/video-update.component.ts @@ -132,7 +132,7 @@ export class VideoUpdateComponent extends FormReactive implements OnInit, OnDest if (this.isUpdatingVideo) { return { 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.` } }