Skip to content

Commit

Permalink
fix ios build
Browse files Browse the repository at this point in the history
  • Loading branch information
Tlaster committed Oct 23, 2024
1 parent b4a6263 commit 56b02e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ struct StatusRetweetHeaderComponent: View {
case .reblogged: String(localized: "mastodon_notification_reblog")
case .status: String(localized: "mastodon_notification_status")
case .update: String(localized: "mastodon_notification_update")
case .unknown: String(localized: "mastodon_notification_update")
case .unKnown: String(localized: "mastodon_notification_update")
}
case .misskey(let data):
switch onEnum(of: data) {
Expand Down

0 comments on commit 56b02e8

Please sign in to comment.