Skip to content

Commit

Permalink
Fix build 🤦
Browse files Browse the repository at this point in the history
Commit 6.000!
  • Loading branch information
zeitschlag committed Nov 14, 2023
1 parent 9a6dd38 commit f29935a
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ import MastodonLocalization
extension Mastodon.API.Subscriptions.Policy {
public var title: String {
switch self {
case .all: return L10n.Scene.Settings.Section.Notifications.Trigger.anyone
case .follower: return L10n.Scene.Settings.Section.Notifications.Trigger.follower
case .followed: return L10n.Scene.Settings.Section.Notifications.Trigger.follow
case .none, ._other: return L10n.Scene.Settings.Section.Notifications.Trigger.noone
case .all: return L10n.Scene.Settings.Notifications.Policy.anyone
case .follower: return L10n.Scene.Settings.Notifications.Policy.followers
case .followed: return L10n.Scene.Settings.Notifications.Policy.follow
case .none, ._other: return L10n.Scene.Settings.Notifications.Policy.noone
}
}
}

0 comments on commit f29935a

Please sign in to comment.