Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
waihankan committed Dec 27, 2023
1 parent 254c212 commit 0e3c2cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ wrongPage.innerHTML = `
<ul>
<li>The extension works only on FHDA registration page.</li>
<li>Please refresh if you're on FHDA registration page and seeing this message.</li>
<li>For other issues, please click on the "Feedback & Issues" underneath.</li>
<li>For other issues, please click on the "Feedback & Issues" below.</li>
</ul>
`;
document.getElementsByClassName('container')[0].appendChild(wrongPage);
Expand Down

0 comments on commit 0e3c2cc

Please # to comment.