Update SecureStorageSample

This commit is contained in:
Matt Bruce 2026-01-16 14:46:37 -06:00
parent 0fddb224e6
commit d21fbd577f

View File

@ -44,7 +44,7 @@ enum DemoDestination: Hashable, CaseIterable {
case .encrypted: case .encrypted:
return "Encrypted Storage" return "Encrypted Storage"
case .sync: case .sync:
return "Platform & Sync" return "Platform Sync Lab"
case .migration: case .migration:
return "Migrations" return "Migrations"
} }