mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2025-12-06 06:36:15 +00:00
Small edit to About.qml
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user