From 9f4e853549cd2cf1d7bb583416cf1c845b3eb277 Mon Sep 17 00:00:00 2001 From: Tom Bursch Date: Tue, 5 Sep 2023 12:40:48 +0200 Subject: [PATCH] fix: update URL hint text --- lib/pages/setup_page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/setup_page.dart b/lib/pages/setup_page.dart index b1b04273..a2238dd5 100644 --- a/lib/pages/setup_page.dart +++ b/lib/pages/setup_page.dart @@ -48,7 +48,7 @@ class _SetupPageState extends State { onFieldSubmitted: (text) => _setup(), decoration: InputDecoration( labelText: AppLocalizations.of(context)!.address, - hintText: 'https://localhost:5000', + hintText: 'https://localhost', ), validator: (s) => s == null || s.isEmpty ? AppLocalizations.of(context)!.fieldCannotBeEmpty(