Update packages/pinball_components/sandbox/lib/stories/error_component/stories.dart

Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
pull/355/head
Erick 3 years ago committed by GitHub
parent 02006543a0
commit a84680a39c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,7 +9,7 @@ void addErrorComponentStories(Dashbook dashbook) {
gameBuilder: (context) => ErrorComponentGame( gameBuilder: (context) => ErrorComponentGame(
text: context.textProperty( text: context.textProperty(
'label', 'label',
'Oh no, something not worked!', 'Oh no, something went wrong!',
), ),
), ),
); );

Loading…
Cancel
Save