BatteryPanel: change percentage placeholder to percent

This commit is contained in:
Damian D'Souza
2025-10-10 20:28:51 +02:00
parent 9b44ad3c5d
commit c1e9f0e0b3
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ NPanel {
ButtonGroup.group: batteryGroup
required property var modelData
text: I18n.tr(modelData.label, {
"percentage": BatteryService.getThresholdValue(modelData.id)
"percent": BatteryService.getThresholdValue(modelData.id)
})
checked: BatteryService.chargingMode === modelData.id
onClicked: {