Fix typo
This commit is contained in:
parent
09cb769bab
commit
1483fea4ad
|
@ -410,7 +410,7 @@ export class VideoEditComponent implements OnInit, OnDestroy {
|
||||||
beforeDismiss: () => {
|
beforeDismiss: () => {
|
||||||
return this.confirmService.confirm(
|
return this.confirmService.confirm(
|
||||||
$localize`Are you sure you want to close this modal without saving your changes?`,
|
$localize`Are you sure you want to close this modal without saving your changes?`,
|
||||||
$localize`Closing caption edition mocal`
|
$localize`Closing caption edition modal`
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue