Skip to content

Commit

Permalink
fix: text
Browse files Browse the repository at this point in the history
  • Loading branch information
liady committed Dec 5, 2022
1 parent 5391b86 commit 3c7e0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content_script.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function addActionsButtons(actionsArea, TryAgainButton) {
actionsArea.appendChild(downloadPdfButton);
const exportHtml = TryAgainButton.cloneNode(true);
exportHtml.id = "download-html-button";
exportHtml.innerText = "Export HTML";
exportHtml.innerText = "Share Link";
exportHtml.onclick = () => {
sendRequest();
};
Expand Down

0 comments on commit 3c7e0fb

Please sign in to comment.