mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-05-08 14:33:23 +00:00
update: hint text
This commit is contained in:
@@ -96,7 +96,7 @@ DrawerType2 {
|
||||
Layout.topMargin: 8
|
||||
Layout.bottomMargin: 16
|
||||
|
||||
text: fromOutside ? SystemController.readHint(fileName) : SettingsController.getHint()
|
||||
text: qsTr("Hint: ") + (fromOutside ? SystemController.readHint(fileName) : SettingsController.getHint())
|
||||
}
|
||||
|
||||
BasicButtonType {
|
||||
|
||||
Reference in New Issue
Block a user