mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-07-04 23:09:16 +08:00
GitSetup: Improve wording
This commit is contained in:
@ -117,14 +117,14 @@ class GitHostSetupAutoConfigureState extends State<GitHostSetupAutoConfigure> {
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: <Widget>[
|
||||
Text(
|
||||
'We need to perform the following steps:',
|
||||
'We need permission to perform the following steps:',
|
||||
style: Theme.of(context).textTheme.title,
|
||||
),
|
||||
SizedBox(height: 32.0),
|
||||
|
||||
// Step 1
|
||||
Text(
|
||||
"1. Create a new private repo called 'journal'",
|
||||
"1. Create a new private repo called 'journal' or use the existing one",
|
||||
style: Theme.of(context).textTheme.body2,
|
||||
),
|
||||
SizedBox(height: 8.0),
|
||||
|
@ -520,7 +520,7 @@ class GitHostAutoConfigureChoicePage extends StatelessWidget {
|
||||
),
|
||||
SizedBox(height: 16.0),
|
||||
GitHostSetupButton(
|
||||
text: "Setup everything automatically",
|
||||
text: "Setup Automatically",
|
||||
onPressed: () {
|
||||
onDone(GitHostSetupType.Auto);
|
||||
},
|
||||
|
Reference in New Issue
Block a user