Index: sources/gui/qml/pages/settings/SettingsRootSSHAccess.qml =================================================================== diff -u -rcb0e2dc027adf7e0fbe803b82bb9945b82c556a5 -r6ccee3fdf50b4717096745fb5b3f5ecc91b9cd1b --- sources/gui/qml/pages/settings/SettingsRootSSHAccess.qml (.../SettingsRootSSHAccess.qml) (revision cb0e2dc027adf7e0fbe803b82bb9945b82c556a5) +++ sources/gui/qml/pages/settings/SettingsRootSSHAccess.qml (.../SettingsRootSSHAccess.qml) (revision 6ccee3fdf50b4717096745fb5b3f5ecc91b9cd1b) @@ -76,7 +76,6 @@ contentItem : Text { width : parent.width height : parent.height - // text : qsTr("Enabled")// _settingsRootSSHAccessSwitch.checked ? qsTr("ON") : qsTr("OFF") font.pixelSize : Fonts.fontPixelButton color : _settingsRootSSHAccess_SSHDSwitch.active ? Colors.textMain : Colors.textDisableButton verticalAlignment : Text.AlignTop @@ -127,7 +126,6 @@ contentItem : Text { width : parent.width height : parent.height - // text : qsTr("Enabled")// _settingsRootSSHAccessSwitch.checked ? qsTr("ON") : qsTr("OFF") font.pixelSize : Fonts.fontPixelButton color : _settingsRootSSHAccess_RootSwitch.active ? Colors.textMain : Colors.textDisableButton verticalAlignment : Text.AlignTop