2
2
mirror of https://github.com/mastodon/mastodon-ios synced 2025-04-11 22:58:02 +02:00

Warning fix

This commit is contained in:
shannon 2025-03-26 19:00:58 -04:00
parent 95afad2050
commit 3b8f1f6fae

View File

@ -131,7 +131,7 @@ extension GroupedNotificationType {
plainString = L10n.Scene.Notification.GroupedNotificationDescription.singleNameSignedUp(firstAuthorName)
case .update:
plainString = L10n.Scene.Notification.GroupedNotificationDescription.singleNameEditedAPost(firstAuthorName)
case .adminReport, .severedRelationships, .moderationWarning(_), ._other(_):
case .adminReport, .severedRelationships, .moderationWarning, ._other:
plainString = firstAuthorName
}
} else {