diff --git a/_posts/2017-01-04-icon-cheat-sheet.md b/_posts/2017-01-04-icon-cheat-sheet.md
index 588ec8196..f68719539 100644
--- a/_posts/2017-01-04-icon-cheat-sheet.md
+++ b/_posts/2017-01-04-icon-cheat-sheet.md
@@ -12,8 +12,7 @@ style: container
-
-
+
@@ -11410,9 +11409,7 @@ const glyphs = {
I really
{% endhighlight %}
-
-
+
I really
-
-
+
diff --git a/cheat-sheet.js b/cheat-sheet.js
index 39c53240c..99b247bc7 100644
--- a/cheat-sheet.js
+++ b/cheat-sheet.js
@@ -154,7 +154,7 @@ document.addEventListener('DOMContentLoaded', function () {
} else {
let notFoundElem = document.createElement("div");
notFoundElem.setAttribute("style", "padding: 10px;");
- notFoundElem.innerHTML = `No results found`;
+ notFoundElem.innerHTML = `No matches found`;
elementGlyphCheatSheet.appendChild(notFoundElem);
}