Skip to content

Commit

Permalink
message string
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans Muller committed Nov 3, 2015
1 parent faa349a commit a127473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/widgets/card_collection.dart
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ class CardCollectionState extends State<CardCollection> {
padding: const EdgeDims.only(left: 32.0),
child: new Align(
alignment: const FractionalOffset(0.0, 0.5),
child: new Text("Remaining items ${_cardModels.length}")
child: new Text("Remaining items: ${_cardModels.length}")
)
)
);
Expand Down

0 comments on commit a127473

Please sign in to comment.