Simplify display string
This commit is contained in:
parent
4a253ae7ac
commit
99df8f811b
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ class _SetupPageState extends State<SetupPage> {
|
|||
crossAxisAlignment: CrossAxisAlignment.center,
|
||||
children: <Widget>[
|
||||
AnimatedSearchIconWidget(),
|
||||
Text("Searching for Orma server..."),
|
||||
Text("Searching for server..."),
|
||||
CupertinoButton(
|
||||
child: Text("Enter manually instead"),
|
||||
onPressed: () async {
|
||||
|
|
Loading…
Add table
Reference in a new issue