1
0
Fork 0
This commit is contained in:
Chocobozzz 2023-08-18 13:43:55 +02:00
parent cb909ab38a
commit 863ef63805
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ export class VideoUpdateComponent extends FormReactive implements OnInit, OnDest
if (this.isUpdatingVideo) {
return {
canDeactivate: false,
text: $localize`Your video is currenctly being updated. If you leave, your changes will be lost.`
text: $localize`Your video is currently being updated. If you leave, your changes will be lost.`
}
}