This commit is contained in:
@@ -18,7 +18,7 @@ type (
|
||||
)
|
||||
|
||||
func Make(remoteHostname string, callback func(ok bool, username, password string), w fyne.Window) *CredentialDialog {
|
||||
label := canvas.NewText("Connexion to "+remoteHostname, color.Black)
|
||||
label := canvas.NewText(remoteHostname, color.Black)
|
||||
|
||||
inputUsername := widget.NewEntry()
|
||||
inputUsername.SetPlaceHolder("Username")
|
||||
@@ -29,7 +29,7 @@ func Make(remoteHostname string, callback func(ok bool, username, password strin
|
||||
|
||||
formItems := []*widget.FormItem{
|
||||
{
|
||||
Text: "",
|
||||
Text: "Connexion to ",
|
||||
Widget: label,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user