diff options
Diffstat (limited to 'core/js')
-rw-r--r-- | core/js/public/whatsnew.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/public/whatsnew.js b/core/js/public/whatsnew.js index 20a871ada27..cd6873cfb3f 100644 --- a/core/js/public/whatsnew.js +++ b/core/js/public/whatsnew.js @@ -82,7 +82,7 @@ menuItem.className = "menuitem"; icon = document.createElement('span'); - icon.className = 'icon-star-dark'; + icon.className = 'icon-checkmark'; menuItem.appendChild(icon); text = document.createElement('p'); |