mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-13 05:51:30 +03:00
Improved snackbar translations support
This commit is contained in:
@@ -39,7 +39,7 @@ export class CookiesUploaderDialogComponent implements OnInit {
|
||||
this.uploading = false;
|
||||
if (res['success']) {
|
||||
this.uploaded = true;
|
||||
this.postsService.openSnackBar('Cookies successfully uploaded!');
|
||||
this.postsService.openSnackBar($localize`Cookies successfully uploaded!`);
|
||||
}
|
||||
}, err => {
|
||||
this.uploading = false;
|
||||
|
||||
Reference in New Issue
Block a user