This commit is contained in:
Vishesh Handa
2019-01-17 18:29:35 +01:00
parent a24837314c
commit cd11d1358f

View File

@ -357,7 +357,7 @@ class OnBoardingInitialChoice extends StatelessWidget {
width: double.infinity,
child: RaisedButton(
child: Text(
"Create a Rew Repo",
"Create a New Repo",
textAlign: TextAlign.center,
style: Theme.of(context).textTheme.button,
),