Minor fix solving a ConcurrentModificationException

This commit is contained in:
Carlos
2021-06-02 22:43:10 +02:00
parent 75a505c63f
commit d593cf379e
5 changed files with 6 additions and 5 deletions

View File

@ -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",