diff --git a/client/ui/controllers/installController.cpp b/client/ui/controllers/installController.cpp index 63510d1a..7e32ff89 100644 --- a/client/ui/controllers/installController.cpp +++ b/client/ui/controllers/installController.cpp @@ -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) { diff --git a/client/ui/qml/Components/ShareConnectionDrawer.qml b/client/ui/qml/Components/ShareConnectionDrawer.qml index 3a8a4175..2419b51a 100644 --- a/client/ui/qml/Components/ShareConnectionDrawer.qml +++ b/client/ui/qml/Components/ShareConnectionDrawer.qml @@ -114,7 +114,7 @@ DrawerType { BasicButtonType { Layout.fillWidth: true - Layout.topMargin: 8 + Layout.topMargin: 24 defaultColor: "transparent" hoveredColor: Qt.rgba(1, 1, 1, 0.08) @@ -123,7 +123,7 @@ DrawerType { textColor: "#D7D8DB" borderWidth: 1 - text: qsTr("Show content") + text: qsTr("Show connection settings") onClicked: { configContentDrawer.visible = true diff --git a/client/ui/qml/Controls2/BasicButtonType.qml b/client/ui/qml/Controls2/BasicButtonType.qml index b0c39ddc..a5cde951 100644 --- a/client/ui/qml/Controls2/BasicButtonType.qml +++ b/client/ui/qml/Controls2/BasicButtonType.qml @@ -90,6 +90,9 @@ Button { anchors.centerIn: parent Image { + Layout.preferredHeight: 20 + Layout.preferredWidth: 20 + source: root.imageSource visible: root.imageSource === "" ? false : true diff --git a/client/ui/qml/Controls2/TextTypes/ButtonTextType.qml b/client/ui/qml/Controls2/TextTypes/ButtonTextType.qml index e3b14e63..94b48081 100644 --- a/client/ui/qml/Controls2/TextTypes/ButtonTextType.qml +++ b/client/ui/qml/Controls2/TextTypes/ButtonTextType.qml @@ -6,7 +6,7 @@ Text { color: "#D7D8DB" font.pixelSize: 16 - font.weight: 500 + font.weight: 600 font.family: "PT Root UI VF" wrapMode: Text.WordWrap diff --git a/client/ui/qml/Pages2/PageShare.qml b/client/ui/qml/Pages2/PageShare.qml index b1f0221b..00b65310 100644 --- a/client/ui/qml/Pages2/PageShare.qml +++ b/client/ui/qml/Pages2/PageShare.qml @@ -248,7 +248,7 @@ PageType { drawerHeight: 0.5 - descriptionText: qsTr("Protocols") + descriptionText: qsTr("Protocol") headerText: qsTr("Protocol") listView: ListViewWithRadioButtonType {