mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 16:38:23 +00:00
fix(stats card): set correct value of commits count in accessability label (#3610)
This commit is contained in:
parent
533469d677
commit
91db5356fc
1 changed files with 1 additions and 1 deletions
|
|
@ -518,7 +518,7 @@ const renderStatsCard = (stats, options = {}) => {
|
|||
if (key === "commits") {
|
||||
return `${i18n.t("statcard.commits")} ${
|
||||
include_all_commits ? "" : `in ${new Date().getFullYear()}`
|
||||
} : ${totalStars}`;
|
||||
} : ${STATS[key].value}`;
|
||||
}
|
||||
return `${STATS[key].label}: ${STATS[key].value}`;
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue