Skip to content

Commit b4dfb61

Browse files
authored
Merge pull request #278 from machawk1/issue-277
Display memento count with appropriate locale
2 parents 580a55d + 6d1d544 commit b4dfb61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mink-plugin/js/displayMinkUI.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function appendHTMLToShadowDOM () {
6868

6969
// Append CSS1
7070
let mementoPlurality = 'mementos'
71-
$('#mementosAvailable span#mementoCount').html(mCount)
71+
$('#mementosAvailable span#mementoCount').html(mCount.toLocaleString())
7272
if (mCount === 1) {
7373
mementoPlurality = 'memento'
7474
}

0 commit comments

Comments
 (0)