We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24204b7 commit 1227a94Copy full SHA for 1227a94
lib/screens/dojo_configure.dart
@@ -166,7 +166,7 @@ class _DojoConfigureScreenState extends State<DojoConfigureScreen> {
166
_progressKey.currentState.updateText("Tor Connected");
167
} else {
168
_progressKey.currentState.updateProgress(30);
169
- _progressKey.currentState.updateText("Intilaizing Tor");
+ _progressKey.currentState.updateText("Initializing Tor");
170
await NetworkChannel().startAndWaitForTor();
171
172
}
0 commit comments