From 7cad442b73b23f1aa0279b878ac0cc0eb19ec831 Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Sat, 18 Jun 2022 18:26:42 -0700 Subject: [PATCH] [Localization] Fix another unlocalized string Signed-off-by: Christopher Snowhill --- Application/PlaybackEventController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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