summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-03-17 05:15:11 -0700
committerFuwn <[email protected]>2025-03-17 05:15:11 -0700
commit88569a2dbd5b1b6f0072d600cee7e86d0236f0cf (patch)
tree5d9cd495addd0367e8f9e4ba3e5f63dc1c627b77
parentfeat: Development commit (diff)
downloadsora-testing-88569a2dbd5b1b6f0072d600cee7e86d0236f0cf.tar.xz
sora-testing-88569a2dbd5b1b6f0072d600cee7e86d0236f0cf.zip
feat: Development commit
-rw-r--r--Sora/Views/Settings/Section/SettingsSettingsView.swift2
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