Fix typo in login text

This commit is contained in:
Andrew Morgan 2018-10-14 14:17:59 +00:00
parent 927e6e5167
commit 2ee38d4bbc
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ LoginForm {
return
}
loginButton.text = "Logining in..."
loginButton.text = "Logging in..."
loginButton.enabled = false
controller.loginWithCredentials(serverField.text, usernameField.text, passwordField.text)