Small edit to About.qml

This commit is contained in:
Ly-sec
2025-08-14 15:31:33 +02:00
parent 2bdff80599
commit f8ec879270

View File

@@ -236,7 +236,7 @@ ColumnLayout {
}
NText {
text: (modelData.contributions || 0) + " commits"
text: (modelData.contributions || 0) + " " + ((modelData.contributions || 0) === 1 ? "commit" : "commits")
font.pointSize: Style.fontSizeSmall * scaling
color: contributorArea.containsMouse ? Colors.backgroundPrimary : Colors.textSecondary
}