Signed-off-by: Matt Bruce <mbrucedogs@gmail.com>

This commit is contained in:
Matt Bruce 2026-01-16 14:46:37 -06:00
parent 04b44dcaad
commit b96b42b726

View File

@ -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"
}