Battery Panel: Charge Level => Battery Level

This commit is contained in:
ItsLemmy
2025-11-25 15:20:51 -05:00
parent 764acef4e7
commit a35123918c
11 changed files with 239 additions and 275 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ SmartPanel {
ColumnLayout {
NText {
text: I18n.tr("battery.charge-level")
text: I18n.tr("battery.battery-level")
color: Color.mOnSurface
pointSize: Style.fontSizeS
}