mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2024-12-16 18:58:45 +01:00
Fix build 🤦
Commit 6.000!
This commit is contained in:
parent
9a6dd38e7f
commit
f29935af59
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user