Skip to content

Commit

Permalink
fix grammar for iOS error message
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikuB committed Apr 10, 2023
1 parent 2d3c41e commit 3aeebf9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ typedef NS_ENUM(NSInteger, UILocalNotificationDateInterpretation) {
return [FlutterError
errorWithCode:@"invalid_date"
message:@"Apple's APIs cannot parse this date. Please check to see "
@"if daylight savings is taking on this time and adjust "
@"if daylight savings is taking place on this time and adjust "
@"the date you want to specify accordingly."
details:nil];
}
Expand Down

0 comments on commit 3aeebf9

Please sign in to comment.