Unverified Commit bb711b5d authored by Michael Goderbauer's avatar Michael Goderbauer Committed by GitHub

remove early-stage from Gallery's About screen (#25798)

parent bacaab97
......@@ -50,7 +50,7 @@ void showGalleryAboutDialog(BuildContext context) {
children: <TextSpan>[
TextSpan(
style: aboutTextStyle,
text: 'Flutter is an early-stage, open-source project to help developers '
text: 'Flutter is an open-source project to help developers '
'build high-performance, high-fidelity, mobile apps for '
'${defaultTargetPlatform == TargetPlatform.iOS ? 'multiple platforms' : 'iOS and Android'} '
'from a single codebase. This gallery is a preview of '
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment