From 863ef63805c2b5bc3b3ea1f9a59797774ba74c58 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 18 Aug 2023 13:43:55 +0200 Subject: [PATCH] Fix typo --- client/src/app/+videos/+video-edit/video-update.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.` } }