[Localization] Fix another unlocalized string
Signed-off-by: Christopher Snowhill <kode54@gmail.com>swiftingly
parent
20904cf2c4
commit
7cad442b73
|
@ -65,7 +65,7 @@ typedef NS_ENUM(NSInteger, TrackStatus) { TrackPlaying,
|
||||||
if(granted) {
|
if(granted) {
|
||||||
UNNotificationAction *skipAction = [UNNotificationAction
|
UNNotificationAction *skipAction = [UNNotificationAction
|
||||||
actionWithIdentifier:@"skip"
|
actionWithIdentifier:@"skip"
|
||||||
title:@"Skip"
|
title:NSLocalizedString(@"SkipAction", @"")
|
||||||
options:UNNotificationActionOptionNone];
|
options:UNNotificationActionOptionNone];
|
||||||
|
|
||||||
UNNotificationCategory *playCategory = [UNNotificationCategory
|
UNNotificationCategory *playCategory = [UNNotificationCategory
|
||||||
|
|
Loading…
Reference in New Issue