From ce343b316a2faba990f10a002a9fba163317d944 Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Fri, 25 Jan 2019 12:15:43 +0100 Subject: [PATCH] GitHostSetup: Rename a string --- lib/screens/githostsetup_screens.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/screens/githostsetup_screens.dart b/lib/screens/githostsetup_screens.dart index 384bfc91..596cb432 100644 --- a/lib/screens/githostsetup_screens.dart +++ b/lib/screens/githostsetup_screens.dart @@ -441,7 +441,7 @@ class GitHostSetupCreateRepo extends StatelessWidget { child: Column( children: [ Text( - "Select a provider -", + "Select a Git hosting provider -", style: Theme.of(context).textTheme.headline, ), SizedBox(height: 16.0),