Properly call step2 instead of step1 (#514)

Fixed #514
This commit is contained in:
Derek Ardolf
2021-06-18 17:07:24 -05:00
committed by GitHub
parent bd0b2a235e
commit 1515e058f4

View File

@ -183,7 +183,7 @@ class GitCloneUrlKnownProviderPageState
// Step 2
Text(
tr("setup.cloneUrl.manual.step1"),
tr("setup.cloneUrl.manual.step2"),
style: Theme.of(context).textTheme.subtitle2,
),
const SizedBox(height: 8.0),