diff --git a/examples/ComponentsExplorer/source/feathers/examples/componentsExplorer/screens/DataGridSettingsScreen.as b/examples/ComponentsExplorer/source/feathers/examples/componentsExplorer/screens/DataGridSettingsScreen.as index cfdeff5cf0..1924d07f82 100644 --- a/examples/ComponentsExplorer/source/feathers/examples/componentsExplorer/screens/DataGridSettingsScreen.as +++ b/examples/ComponentsExplorer/source/feathers/examples/componentsExplorer/screens/DataGridSettingsScreen.as @@ -47,7 +47,7 @@ package feathers.examples.componentsExplorer.screens //never forget to call super.initialize() super.initialize(); - this.title = "Date Time Spinner Settings"; + this.title = "Data Grid Settings"; this.layout = new AnchorLayout();