diff --git a/Tusker/Screens/Preferences/BehaviorPrefsView.swift b/Tusker/Screens/Preferences/BehaviorPrefsView.swift index 016688c6e8..0a68fdb235 100644 --- a/Tusker/Screens/Preferences/BehaviorPrefsView.swift +++ b/Tusker/Screens/Preferences/BehaviorPrefsView.swift @@ -47,7 +47,7 @@ struct BehaviorPrefsView: View { } header: { Text("Timeline") } footer: { - Text("Syncing via the Mastodon API can be more reliable than iCloud, but is not compatible with the Mastodon web interface.") + Text("Syncing via the Mastodon API can be more reliable than iCloud, but is not compatible with the Mastodon web interface. Only the Home timeline can be synced via the Mastodon API.") } .appGroupedListRowBackground() }