diff --git a/chatview/qml/RootItem.qml b/chatview/qml/RootItem.qml index 805d747..26b85c4 100644 --- a/chatview/qml/RootItem.qml +++ b/chatview/qml/RootItem.qml @@ -154,7 +154,7 @@ ChatRootView { spacing: 10 Badge { - text: "%1/%2".arg(root.chatModel.totalTokens).arg(root.chatModel.tokensThreshold) + text: qsTr("tokens:%1/%2").arg(root.chatModel.totalTokens).arg(root.chatModel.tokensThreshold) color: root.codeColor fontColor: root.primaryColor.hslLightness > 0.5 ? "black" : "white" }