update: added "Hint" text to password confirm page

This commit is contained in:
MrMirDan
2026-03-25 11:08:51 +02:00
parent d5616615d3
commit 6f3c372c9d

View File

@@ -109,7 +109,7 @@ PageType {
Layout.rightMargin: 16
Layout.bottomMargin: 24
text: SettingsController.getTempHint()
text: qsTr("Hint: ") + SettingsController.getTempHint()
}
BasicButtonType {