diff options
-rw-r--r-- | client/src/app/+videos/+video-edit/video-update.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
132 | if (this.isUpdatingVideo) { | 132 | if (this.isUpdatingVideo) { |
133 | return { | 133 | return { |
134 | canDeactivate: false, | 134 | canDeactivate: false, |
135 | text: $localize`Your video is currenctly being updated. If you leave, your changes will be lost.` | 135 | text: $localize`Your video is currently being updated. If you leave, your changes will be lost.` |
136 | } | 136 | } |
137 | } | 137 | } |
138 | 138 | ||