mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 09:47:35 +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,
|
autofocus: true,
|
||||||
style: Theme.of(context).textTheme.title,
|
style: Theme.of(context).textTheme.title,
|
||||||
decoration: const InputDecoration(
|
decoration: const InputDecoration(
|
||||||
hintText: 'Eg: git@github.com:GitJournal/GitJournal.git',
|
hintText: 'git@github.com:GitJournal/GitJournal.git',
|
||||||
),
|
),
|
||||||
validator: (String value) {
|
validator: (String value) {
|
||||||
value = value.trim();
|
value = value.trim();
|
||||||
@ -68,7 +68,7 @@ class OnBoardingGitUrlState extends State<OnBoardingGitUrl> {
|
|||||||
Padding(
|
Padding(
|
||||||
padding: const EdgeInsets.all(8.0),
|
padding: const EdgeInsets.all(8.0),
|
||||||
child: Text(
|
child: Text(
|
||||||
"Enter the Git SSH URL:",
|
"Enter the Git Clone URL",
|
||||||
style: Theme.of(context).textTheme.headline,
|
style: Theme.of(context).textTheme.headline,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
Reference in New Issue
Block a user