From 88569a2dbd5b1b6f0072d600cee7e86d0236f0cf Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 17 Mar 2025 05:15:11 -0700 Subject: feat: Development commit --- Sora/Views/Settings/Section/SettingsSettingsView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Sora') 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 -- cgit v1.2.3