Skip to content

Commit

Permalink
fixed DataGridsettingsScreen's title
Browse files Browse the repository at this point in the history
  • Loading branch information
MatseFR committed Apr 24, 2023
1 parent fbdfce4 commit c2cf099
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit c2cf099

Please sign in to comment.