Skip to content

Commit

Permalink
Merge pull request #405 from mintsoft/hostname-fix
Browse files Browse the repository at this point in the history
Minor label change to add/edit servers
  • Loading branch information
dweymouth authored Jun 16, 2024
2 parents 70caad0 + b23198d commit bc03066
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/dialogs/addeditserverdialog.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ func NewAddEditServerDialog(title string, cancelable bool, prefillServer *backen
serverTypeChoice,
widget.NewLabel("Nickname"),
nickField,
widget.NewLabel("Hostname"),
widget.NewLabel("URL"),
hostField,
widget.NewLabel("Alt. Hostname"),
widget.NewLabel("Alt. URL"),
altHostField,
widget.NewLabel("Username"),
userField,
Expand Down

0 comments on commit bc03066

Please sign in to comment.