From 2ba6b644855714ba51de1a24cf5e05184f8d5e80 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Sat, 25 Feb 2023 18:28:19 -0500 Subject: [PATCH] Tweak marker API preference description --- Tusker/Screens/Preferences/BehaviorPrefsView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tusker/Screens/Preferences/BehaviorPrefsView.swift b/Tusker/Screens/Preferences/BehaviorPrefsView.swift index 016688c6..0a68fdb2 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() }