diff options
| -rw-r--r-- | Sora/Views/Settings/Section/SettingsSettingsView.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Sora/Views/Settings/Section/SettingsSettingsView.swift b/Sora/Views/Settings/Section/SettingsSettingsView.swift index 8062a90..0916c99 100644 --- a/Sora/Views/Settings/Section/SettingsSettingsView.swift +++ b/Sora/Views/Settings/Section/SettingsSettingsView.swift @@ -7,7 +7,7 @@ struct SettingsSettingsView: View { Toggle(isOn: $settings.enableICloudSync) { Text("Sync with iCloud") - Text("Keep bookmarks, search history, and providers up to date on all your devices.") + Text("Keep bookmarks, search history, and providers consistent across all your devices.") .font(.caption) } .onChange(of: settings.enableICloudSync) { _, _ in |