mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 10:17:16 +08:00
Fix typo
This commit is contained in:
@ -357,7 +357,7 @@ class OnBoardingInitialChoice extends StatelessWidget {
|
|||||||
width: double.infinity,
|
width: double.infinity,
|
||||||
child: RaisedButton(
|
child: RaisedButton(
|
||||||
child: Text(
|
child: Text(
|
||||||
"Create a Rew Repo",
|
"Create a New Repo",
|
||||||
textAlign: TextAlign.center,
|
textAlign: TextAlign.center,
|
||||||
style: Theme.of(context).textTheme.button,
|
style: Theme.of(context).textTheme.button,
|
||||||
),
|
),
|
||||||
|
Reference in New Issue
Block a user