[Localization] Fix another unlocalized string

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
swiftingly
Christopher Snowhill 2022-06-18 18:26:42 -07:00
parent 20904cf2c4
commit 7cad442b73
1 changed files with 1 additions and 1 deletions

View File

@ -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