setup: add descriptive "test connection" messages; disable next button

for #129.
This commit is contained in:
Harvey Tindall
2021-07-24 14:15:10 +01:00
parent 6551eeb938
commit 27ad7a4cf7
3 changed files with 59 additions and 27 deletions
+5 -1
View File
@@ -15,7 +15,11 @@
"serverAddress": "Server Address",
"emailSubject": "Email Subject",
"URL": "URL",
"apiKey": "API Key"
"apiKey": "API Key",
"errorInvalidUserPass": "Invalid username/password.",
"errorNotAdmin": "User is not allowed to manage server.",
"errorUserDisabled": "User may be disabled.",
"error404": "404, check the internal URL."
},
"startPage": {
"welcome": "Welcome!",