diff options
author | Chocobozzz <me@florianbigard.com> | 2022-03-11 11:06:45 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-03-11 11:06:45 +0100 |
commit | 052bdb7c120b2ac7a1616a8072f9eedd2ab2f4b6 (patch) | |
tree | 12c36c15904dc3b6220c0b841a16a3f0223eba67 /client/src/app | |
parent | 01dd04cd5ab7b55d2a9af7d0ebf405bee9579b09 (diff) | |
download | PeerTube-052bdb7c120b2ac7a1616a8072f9eedd2ab2f4b6.tar.gz PeerTube-052bdb7c120b2ac7a1616a8072f9eedd2ab2f4b6.tar.zst PeerTube-052bdb7c120b2ac7a1616a8072f9eedd2ab2f4b6.zip |
Typo
Diffstat (limited to 'client/src/app')
-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') { |