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') {