This commit is contained in:
Chocobozzz 2024-12-18 13:58:02 +01:00
parent 09cb769bab
commit 1483fea4ad
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -410,7 +410,7 @@ export class VideoEditComponent implements OnInit, OnDestroy {
beforeDismiss: () => {
return this.confirmService.confirm(
$localize`Are you sure you want to close this modal without saving your changes?`,
$localize`Closing caption edition mocal`
$localize`Closing caption edition modal`
)
}
})