Skip to content

Commit

Permalink
fix: update URL hint text
Browse files Browse the repository at this point in the history
  • Loading branch information
TomBursch committed Sep 5, 2023
1 parent 656e469 commit 9f4e853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/setup_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class _SetupPageState extends State<SetupPage> {
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(
Expand Down

0 comments on commit 9f4e853

Please sign in to comment.