Merge pull request #359 from amnezia-vpn/bugfix/minor-ui-fixes-4-version
minor ui fixes
This commit is contained in:
commit
70e6a3d303
15 changed files with 94 additions and 23 deletions
|
@ -113,8 +113,7 @@ void InstallController::installServer(DockerContainer container, QJsonObject &co
|
|||
ContainerProps::containerHumanNames().value(container) + tr(" is already installed on the server. ");
|
||||
}
|
||||
if (installedContainers.size() > 1) {
|
||||
finishMessage += tr("\nAlready installed containers were found on the server. "
|
||||
"All installed containers have been added to the application");
|
||||
finishMessage += tr("\nAdded containers that were already installed on the server");
|
||||
}
|
||||
|
||||
if (errorCode == ErrorCode::NoError) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue