diff --git a/modules/bar/popouts/Battery.qml b/modules/bar/popouts/Battery.qml index c1459ef..5553f32 100644 --- a/modules/bar/popouts/Battery.qml +++ b/modules/bar/popouts/Battery.qml @@ -304,7 +304,7 @@ ColumnLayout { CustomText { Layout.alignment: Qt.AlignHCenter Layout.topMargin: -2 - text: "Performance: " + PowerProfile.toString(PowerProfiles.profile) + text: qsTr("Mode: %1").arg(PowerProfile.toString(PowerProfiles.profile)) animate: true color: Config.colors.secondary font.pointSize: Config.font.size.small