diff --git a/Tests/Demo.swift b/Tests/Demo.swift index 448d923..4cca82c 100644 --- a/Tests/Demo.swift +++ b/Tests/Demo.swift @@ -60,7 +60,7 @@ struct Demo: App { } .closeShortcut() .defaultSize(width: 400, height: 250) - .title("Binding Reactor Demo") + .title("Password Checker Demo") Window(id: "navigation", open: 0) { _ in NavigationViewDemo.WindowContent() diff --git a/Tests/Page.swift b/Tests/Page.swift index 36aac4a..f05b99a 100644 --- a/Tests/Page.swift +++ b/Tests/Page.swift @@ -47,7 +47,7 @@ enum Page: String, Identifiable, CaseIterable, Codable, CustomStringConvertible case .alertDialog: return "Alert Dialog" case .passwordChecker: - return "Binding Reactor" + return "Password Checker" default: return rawValue.capitalized } @@ -91,7 +91,7 @@ enum Page: String, Identifiable, CaseIterable, Codable, CustomStringConvertible case .form: return "Group controls used for data entry" case .passwordChecker: - return "React to binding variable changes" + return "Check the validity of a password" case .popover: return "Present content in a bubble-like context popup" case .flowBox: