mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 01:45:55 +08:00
OnBoarding Git Url Page: Change the text
This feels much clearer.
This commit is contained in:
@ -39,7 +39,7 @@ class OnBoardingGitUrlState extends State<OnBoardingGitUrl> {
|
||||
autofocus: true,
|
||||
style: Theme.of(context).textTheme.title,
|
||||
decoration: const InputDecoration(
|
||||
hintText: 'Eg: git@github.com:GitJournal/GitJournal.git',
|
||||
hintText: 'git@github.com:GitJournal/GitJournal.git',
|
||||
),
|
||||
validator: (String value) {
|
||||
value = value.trim();
|
||||
@ -68,7 +68,7 @@ class OnBoardingGitUrlState extends State<OnBoardingGitUrl> {
|
||||
Padding(
|
||||
padding: const EdgeInsets.all(8.0),
|
||||
child: Text(
|
||||
"Enter the Git SSH URL:",
|
||||
"Enter the Git Clone URL",
|
||||
style: Theme.of(context).textTheme.headline,
|
||||
),
|
||||
),
|
||||
|
Reference in New Issue
Block a user