diff --git a/Application/PlaybackEventController.m b/Application/PlaybackEventController.m index 3b041934d..a3ab95460 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:@"Skip" + title:NSLocalizedString(@"SkipAction", @"") options:UNNotificationActionOptionNone]; UNNotificationCategory *playCategory = [UNNotificationCategory