aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-03-11 11:06:45 +0100
committerChocobozzz <me@florianbigard.com>2022-03-11 11:06:45 +0100
commit052bdb7c120b2ac7a1616a8072f9eedd2ab2f4b6 (patch)
tree12c36c15904dc3b6220c0b841a16a3f0223eba67 /client
parent01dd04cd5ab7b55d2a9af7d0ebf405bee9579b09 (diff)
downloadPeerTube-052bdb7c120b2ac7a1616a8072f9eedd2ab2f4b6.tar.gz
PeerTube-052bdb7c120b2ac7a1616a8072f9eedd2ab2f4b6.tar.zst
PeerTube-052bdb7c120b2ac7a1616a8072f9eedd2ab2f4b6.zip
Typo
Diffstat (limited to 'client')
-rw-r--r--client/src/app/+video-editor/edit/video-editor-edit.component.ts2
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') {