Skip to content

Commit 6d1d544

Browse files
committed
Display memento count with appropriate locale
delimiter in Mink UI within the viewport. Closes #277
1 parent 7d4024e commit 6d1d544

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)