diff options
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/+video-editor/edit/video-editor-edit.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
117 | 117 | ||
118 | return tasks.map(t => { | 118 | return tasks.map(t => { |
119 | if (t.name === 'add-intro') { | 119 | if (t.name === 'add-intro') { |
120 | return $localize`"${this.getFilename(t.options.file)}" will be added at the beggining of the video` | 120 | return $localize`"${this.getFilename(t.options.file)}" will be added at the beginning of the video` |
121 | } | 121 | } |
122 | 122 | ||
123 | if (t.name === 'add-outro') { | 123 | if (t.name === 'add-outro') { |