minor ui fixes

This commit is contained in:
vladimir.kuznetsov 2023-10-03 23:28:44 +05:00
parent 776ae04cbe
commit 7d4a01c757
5 changed files with 8 additions and 6 deletions

View file

@ -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) {