diff --git a/Application/PlaybackEventController.m b/Application/PlaybackEventController.m index a3ab95460..3b041934d 100644 --- a/Application/PlaybackEventController.m +++ b/Application/PlaybackEventController.m @@ -65,7 +65,7 @@ typedef NS_ENUM(NSInteger, TrackStatus) { TrackPlaying, if(granted) { UNNotificationAction *skipAction = [UNNotificationAction actionWithIdentifier:@"skip" - title:NSLocalizedString(@"SkipAction", @"") + title:@"Skip" options:UNNotificationActionOptionNone]; UNNotificationCategory *playCategory = [UNNotificationCategory