Skip to content

Commit 3b48689

Browse files
authored
Update certManager.js
1 parent 1242a0a commit 3b48689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

certManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ function renderRecommended(md) {
105105
if (el) el.style.display = "none";
106106
return;
107107
}
108-
if (el) el.innerHTML = `<h3>⭐ Recommended Certificate</h3><p>${escapeHtml(rec)}</p>`;
108+
if (el) el.innerHTML = `<h3>⭐ Recommended Cert</h3><p>${escapeHtml(rec)}</p>`;
109109
}
110110

111111
function renderCertCards(certs) {

0 commit comments

Comments
 (0)