GODT-1378: varia GUI fixes

This commit is contained in:
Alexander Bilyak
2021-10-27 14:32:56 +02:00
committed by Jakub
parent cf6ed81a00
commit af0c5e6bae
5 changed files with 12 additions and 11 deletions

View File

@ -71,8 +71,8 @@ SettingsView {
SettingsItem {
id: beta
colorScheme: root.colorScheme
text: qsTr("Enable Beta access")
description: qsTr("Be the first one to see new features.")
text: qsTr("Beta access")
description: qsTr("Be among the first to try new features.")
type: SettingsItem.Toggle
checked: root.backend.isBetaEnabled
onClicked: {