Merge branch 'patch-1' into 'master'

Fix typo in login text

See merge request b0/spectral!22
This commit is contained in:
Black Hat 2018-10-14 14:31:48 +00:00
commit 3fb8f608a2
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)