Skip to content

Commit

Permalink
chore: remove unused data-i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Nov 22, 2017
1 parent 8d19a3b commit e3ede8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion add-on/src/popup/browser-action/operations.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = function operations ({
${isIpfsOnline ? html`
<div class="panel-list-item" id="quick-upload" onclick=${onQuickUpload}>
<div class="icon"></div>
<div class="text" data-i18n="">${browser.i18n.getMessage('panel_quickUpload')}</div>
<div class="text">${browser.i18n.getMessage('panel_quickUpload')}</div>
<div class="text-shortcut"></div>
</div>
` : null}
Expand Down

0 comments on commit e3ede8e

Please sign in to comment.