From 052bdb7c120b2ac7a1616a8072f9eedd2ab2f4b6 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 11 Mar 2022 11:06:45 +0100 Subject: Typo --- client/src/app/+video-editor/edit/video-editor-edit.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') diff --git a/client/src/app/+video-editor/edit/video-editor-edit.component.ts b/client/src/app/+video-editor/edit/video-editor-edit.component.ts index 93d7ffcec..0adf93335 100644 --- a/client/src/app/+video-editor/edit/video-editor-edit.component.ts +++ b/client/src/app/+video-editor/edit/video-editor-edit.component.ts @@ -117,7 +117,7 @@ export class VideoEditorEditComponent extends FormReactive implements OnInit { return tasks.map(t => { if (t.name === 'add-intro') { - return $localize`"${this.getFilename(t.options.file)}" will be added at the beggining of the video` + return $localize`"${this.getFilename(t.options.file)}" will be added at the beginning of the video` } if (t.name === 'add-outro') { -- cgit v1.2.3