1
0
Fork 0
This commit is contained in:
Chocobozzz 2022-06-01 08:25:41 +02:00
parent c6f8ca4d65
commit 8a2166c9bf
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ export class ReactiveFileComponent implements OnInit, ControlValueAccessor {
const extension = '.' + file.name.split('.').pop()
if (this.extensions.includes(extension.toLowerCase()) === false) {
const message = $localize`PeerTube cannot handle this kind of file. Accepted extensions are ${this.allowedExtensionsMessage}}.`
const message = $localize`PeerTube cannot handle this kind of file. Accepted extensions are ${this.allowedExtensionsMessage}.`
this.notifier.error(message)
return