This commit is contained in:
Chocobozzz 2022-03-11 11:06:45 +01:00
parent 01dd04cd5a
commit 052bdb7c12
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

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