OnBoarding Git Url Page: Change the text

This feels much clearer.
This commit is contained in:
Vishesh Handa
2019-01-17 13:43:18 +01:00
parent aaeea1552c
commit 334dd4b683

View File

@ -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,
), ),
), ),