mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-27 07:00:55 +03:00
Notifications style improvements
This commit is contained in:
@@ -14,8 +14,8 @@ export class NotificationsListComponent {
|
||||
@Output() notificationAction = new EventEmitter<{notification: Notification, action: NotificationAction}>();
|
||||
|
||||
NOTIFICATION_PREFIX: { [key in NotificationType]: string } = {
|
||||
download_complete: $localize`Finished downloading:`,
|
||||
download_error: $localize`Download failed:`
|
||||
download_complete: $localize`Finished downloading`,
|
||||
download_error: $localize`Download failed`
|
||||
}
|
||||
|
||||
// Attaches string to the end of the notification text
|
||||
|
||||
Reference in New Issue
Block a user