Skip to content

Commit

Permalink
Minor fixes following Mozilla approval process
Browse files Browse the repository at this point in the history
  • Loading branch information
aledeg committed May 27, 2018
1 parent bb4930e commit 76befd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion popup/load.content.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function drawContent() {
});
} else {
const emptyItem = document.createElement('p');
emptyItem.innerHTML = browser.i18n.getMessage('popupContentEmpty');
emptyItem.textContent = browser.i18n.getMessage('popupContentEmpty');
document.querySelector('#popup-content').appendChild(emptyItem);
}
});
Expand Down

0 comments on commit 76befd5

Please sign in to comment.