Minor fix solving a ConcurrentModificationException
This commit is contained in:
@ -22,8 +22,8 @@ function setLanguage(locale){
|
||||
"addServerModalSvName": "Server name:",
|
||||
"addServerModalSvIp": "Server IP:",
|
||||
"addServerModalSvPort": "WebConsole port:",
|
||||
"addServerModalSvSsl": "Server is SSL enabled",
|
||||
"addServerModalSslAdvice": "SSL is required for HTTPS client connections",
|
||||
"addServerModalSvSsl": "SSL is enabled on the server",
|
||||
"addServerModalSslAdvice": "SSL is required for connections made from HTTPS websites",
|
||||
"addServerModalClose": "Close",
|
||||
"saveAndConnectServerButton": "Save and connect",
|
||||
"passwordModalLongTitle": "Password required",
|
||||
|
Reference in New Issue
Block a user