diff --git a/SecureStorageSample/ContentView.swift b/SecureStorageSample/ContentView.swift index 3faaa63..89c280e 100644 --- a/SecureStorageSample/ContentView.swift +++ b/SecureStorageSample/ContentView.swift @@ -44,7 +44,7 @@ enum DemoDestination: Hashable, CaseIterable { case .encrypted: return "Encrypted Storage" case .sync: - return "Platform & Sync" + return "Platform Sync Lab" case .migration: return "Migrations" }