mirror of
https://github.com/mastodon/mastodon-ios
synced 2025-04-11 22:58:02 +02:00
Warning fix
This commit is contained in:
parent
95afad2050
commit
3b8f1f6fae
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user