Skip to content

Commit 8f7fc8f

Browse files
committed
Popup only has text
1 parent 9a90932 commit 8f7fc8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

options/popup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
for( const element of localizable )
1313
{
14-
element.innerHTML = browserApi.i18n.getMessage( element.dataset.msg );
14+
element.textContent = browserApi.i18n.getMessage( element.dataset.msg );
1515
}
1616

1717
document.getElementById( 'options-link' ).addEventListener( 'click', function( ev )

0 commit comments

Comments
 (0)